#491C32

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

Shades of Blackberry #491C32

Tints of Blackberry #491C32

Color information

#491C32 (or 0x491C32) is unknown color: approx Blackberry. HEX triplet: 49, 1C and 32. RGB value is (73,28,50). Sum of RGB (Red+Green+Blue) = 73+28+50=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #491C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C32 is #B6E3CD. Grayscale: #2B2B2B. Windows color (decimal): -11985870 or 3284041. OLE color: 3284041.

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

Color convert

RGB732850-
CMYK00.620.320.71
HSL330.67º44.55%19.8%-
HSV(B)330.67º61.64%28.63%-
XYZ3.742.483.3-
YUV43.96131.41148.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.34%
GREEN value IS 28 (11.33% from 255) = 18.54%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=48.34%
G=18.54%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73285000.620.320.71330.6744.5519.8
Hex491C3203E204714b2d14
Octal1113462076401075135524
Binary1001001111001100100111110100000100011110100101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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