#491E3B

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

Shades of Blackberry #491E3B

Tints of Blackberry #491E3B

Color information

#491E3B (or 0x491E3B) is unknown color: approx Blackberry. HEX triplet: 49, 1E and 3B. RGB value is (73,30,59). Sum of RGB (Red+Green+Blue) = 73+30+59=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #491E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E3B is #B6E1C4. Grayscale: #2E2E2E. Windows color (decimal): -11985349 or 3874377. OLE color: 3874377.

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

Color convert

RGB733059-
CMYK00.590.190.71
HSL319.53º41.75%20.2%-
HSV(B)319.53º58.9%28.63%-
XYZ42.664.44-
YUV46.16135.25147.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=45.06%
G=18.52%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73305900.590.190.71319.5341.7520.2
Hex491E3B03B13471402a14
Octal1113673073231075005224
Binary100100111110111011011101110011100011110100000010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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