#491E32

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

Shades of Blackberry #491E32

Tints of Blackberry #491E32

Color information

#491E32 (or 0x491E32) is unknown color: approx Blackberry. HEX triplet: 49, 1E and 32. RGB value is (73,30,50). Sum of RGB (Red+Green+Blue) = 73+30+50=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #491E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E32 is #B6E1CD. Grayscale: #2D2D2D. Windows color (decimal): -11985358 or 3284553. OLE color: 3284553.

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

Color convert

RGB733050-
CMYK00.590.320.71
HSL332.09º41.75%20.2%-
HSV(B)332.09º58.9%28.63%-
XYZ3.792.583.32-
YUV45.14130.75147.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 50 (19.92% from 255) = 32.68%
R=47.71%
G=19.61%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73305000.590.320.71332.0941.7520.2
Hex491E3203B204714c2a14
Octal1113662073401075145224
Binary1001001111101100100111011100000100011110100110010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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