#491D3B

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

Shades of Blackberry #491D3B

Tints of Blackberry #491D3B

Color information

#491D3B (or 0x491D3B) is unknown color: approx Blackberry. HEX triplet: 49, 1D and 3B. RGB value is (73,29,59). Sum of RGB (Red+Green+Blue) = 73+29+59=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #491D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D3B is #B6E2C4. Grayscale: #2D2D2D. Windows color (decimal): -11985605 or 3874121. OLE color: 3874121.

HSL color Cylindrical-coordinate representation of color #491D3B: hue angle of 319.09º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D3B is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB732959-
CMYK00.600.190.71
HSL319.09º43.14%20%-
HSV(B)319.09º60.27%28.63%-
XYZ3.982.614.43-
YUV45.58135.58147.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 29 (11.72% from 255) = 18.01%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=45.34%
G=18.01%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73295900.600.190.71319.0943.1420
Hex491D3B03C134713f2b14
Octal1113573074231074775324
Binary100100111101111011011110010011100011110011111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491D3B; }

 p { color: rgb(73,29,59); }

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

<style>
 a { background-color: #491D3B; }

 a { background-color: rgb(73,29,59); }

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

<style>
 span { border-color: #491D3B; }

 span { border-color: rgb(73,29,59); }

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