#49033C

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

Shades of Blackberry #49033C

Tints of Blackberry #49033C

Color information

#49033C (or 0x49033C) is unknown color: approx Blackberry. HEX triplet: 49, 03 and 3C. RGB value is (73,3,60). Sum of RGB (Red+Green+Blue) = 73+3+60=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49033C is #B6FCC3. Grayscale: #1E1E1E. Windows color (decimal): -11992260 or 3933001. OLE color: 3933001.

HSL color Cylindrical-coordinate representation of color #49033C: hue angle of 311.14º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49033C is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB73360-
CMYK00.960.180.71
HSL311.14º92.11%14.9%-
HSV(B)311.14º95.89%28.63%-
XYZ3.61.814.43-
YUV30.43144.69158.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.68%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 60 (23.83% from 255) = 44.12%
R=53.68%
G=2.21%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7336000.960.180.71311.1492.1114.9
Hex4933C06012471375cf
Octal11137401402210746713417
Binary1001001111111000110000010010100011110011011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49033C; }

 p { color: rgb(73,3,60); }

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

<style>
 a { background-color: #49033C; }

 a { background-color: rgb(73,3,60); }

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

<style>
 span { border-color: #49033C; }

 span { border-color: rgb(73,3,60); }

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