#49213B

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

Shades of Blackberry #49213B

Tints of Blackberry #49213B

Color information

#49213B (or 0x49213B) is unknown color: approx Blackberry. HEX triplet: 49, 21 and 3B. RGB value is (73,33,59). Sum of RGB (Red+Green+Blue) = 73+33+59=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #49213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49213B is #B6DEC4. Grayscale: #2F2F2F. Windows color (decimal): -11984581 or 3875145. OLE color: 3875145.

HSL color Cylindrical-coordinate representation of color #49213B: hue angle of 321º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49213B is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB733359-
CMYK00.550.190.71
HSL321º37.74%20.78%-
HSV(B)321º54.79%28.63%-
XYZ4.082.824.47-
YUV47.92134.25145.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.24%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=44.24%
G=20%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73335900.550.190.7132137.7420.78
Hex49213B03713471412615
Octal1114173067231075014625
Binary1001001100001111011011011110011100011110100000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49213B; }

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

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

<style>
 a { background-color: #49213B; }

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

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

<style>
 span { border-color: #49213B; }

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

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