#491F3B

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

Shades of Blackberry #491F3B

Tints of Blackberry #491F3B

Color information

#491F3B (or 0x491F3B) is unknown color: approx Blackberry. HEX triplet: 49, 1F and 3B. RGB value is (73,31,59). Sum of RGB (Red+Green+Blue) = 73+31+59=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #491F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F3B is #B6E0C4. Grayscale: #2E2E2E. Windows color (decimal): -11985093 or 3874633. OLE color: 3874633.

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

Color convert

RGB733159-
CMYK00.580.190.71
HSL320º40.38%20.39%-
HSV(B)320º57.53%28.63%-
XYZ4.032.714.45-
YUV46.75134.91146.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 31 (12.5% from 255) = 19.02%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=44.79%
G=19.02%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73315900.580.190.7132040.3820.39
Hex491F3B03A13471402814
Octal1113773072231075005024
Binary100100111111111011011101010011100011110100000010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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