#4B1A3D

Color #4B1A3D Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #4B1A3D

Tints of Blackberry #4B1A3D

Color information

#4B1A3D (or 0x4B1A3D) is unknown color: approx Blackberry. HEX triplet: 4B, 1A and 3D. RGB value is (75,26,61). Sum of RGB (Red+Green+Blue) = 75+26+61=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1A3D is #B4E5C2. Grayscale: #2C2C2C. Windows color (decimal): -11855299 or 4004427. OLE color: 4004427.

HSL color Cylindrical-coordinate representation of color #4B1A3D: hue angle of 317.14º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B1A3D is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB752661-
CMYK00.650.190.71
HSL317.14º48.51%19.8%-
HSV(B)317.14º65.33%29.41%-
XYZ4.112.574.69-
YUV44.64137.23149.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 46.30%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=46.30%
G=16.05%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75266100.650.190.71317.1448.5119.8
Hex4B1A3D041134713d3114
Octal11332750101231074756124
Binary1001011110101111010100000110011100011110011110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B1A3D; }

 p { color: rgb(75,26,61); }

 H1.HeaderClassName
 {
   color: #4B1A3D;
 }
 .AnyTagClassName
 {
   color: #4B1A3D;
 }
</style>
background-color css

<style>
 a { background-color: #4B1A3D; }

 a { background-color: rgb(75,26,61); }

 div.DivClassName
 {
   background-color: #4B1A3D;
 }
 .BgClassName
 {
   background-color: #4B1A3D;
 }
</style>
border-color css

<style>
 span { border-color: #4B1A3D; }

 span { border-color: rgb(75,26,61); }

 td.TdClassName
 {
   border-color: #4B1A3D;
 }
 .TagClassName
 {
   border-color: #4B1A3D;
 }
</style>