#491F36

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

Shades of Blackberry #491F36

Tints of Blackberry #491F36

Color information

#491F36 (or 0x491F36) is unknown color: approx Blackberry. HEX triplet: 49, 1F and 36. RGB value is (73,31,54). Sum of RGB (Red+Green+Blue) = 73+31+54=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F36 is #B6E0C9. Grayscale: #2E2E2E. Windows color (decimal): -11985098 or 3546953. OLE color: 3546953.

HSL color Cylindrical-coordinate representation of color #491F36: hue angle of 327.14º 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 #491F36 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB733154-
CMYK00.580.260.71
HSL327.14º40.38%20.39%-
HSV(B)327.14º57.53%28.63%-
XYZ3.92.663.8-
YUV46.18132.41147.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 54 (21.48% from 255) = 34.18%
R=46.20%
G=19.62%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73315400.580.260.71327.1440.3820.39
Hex491F3603A1A471472814
Octal1113766072321075075024
Binary100100111111110110011101011010100011110100011110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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