#49203B

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

Shades of Blackberry #49203B

Tints of Blackberry #49203B

Color information

#49203B (or 0x49203B) is unknown color: approx Blackberry. HEX triplet: 49, 20 and 3B. RGB value is (73,32,59). Sum of RGB (Red+Green+Blue) = 73+32+59=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #49203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49203B is #B6DFC4. Grayscale: #2F2F2F. Windows color (decimal): -11984837 or 3874889. OLE color: 3874889.

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

Color convert

RGB733259-
CMYK00.560.190.71
HSL320.49º39.05%20.59%-
HSV(B)320.49º56.16%28.63%-
XYZ4.052.774.46-
YUV47.34134.58146.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=44.51%
G=19.51%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73325900.560.190.71320.4939.0520.59
Hex49203B03813471402715
Octal1114073070231075004725
Binary1001001100000111011011100010011100011110100000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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