#49133C

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

Shades of Blackberry #49133C

Tints of Blackberry #49133C

Color information

#49133C (or 0x49133C) is unknown color: approx Blackberry. HEX triplet: 49, 13 and 3C. RGB value is (73,19,60). Sum of RGB (Red+Green+Blue) = 73+19+60=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49133C is #B6ECC3. Grayscale: #272727. Windows color (decimal): -11988164 or 3937097. OLE color: 3937097.

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

Color convert

RGB731960-
CMYK00.740.180.71
HSL314.44º58.7%18.04%-
HSV(B)314.44º73.97%28.63%-
XYZ3.82.214.5-
YUV39.82139.39151.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=48.03%
G=12.5%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73196000.740.180.71314.4458.718.04
Hex49133C04A124713a3b12
Octal11123740112221074727322
Binary1001001100111111000100101010010100011110011101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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