#49112C

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

Shades of Blackberry #49112C

Tints of Blackberry #49112C

Color information

#49112C (or 0x49112C) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 2C. RGB value is (73,17,44). Sum of RGB (Red+Green+Blue) = 73+17+44=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49112C is #B6EED3. Grayscale: #242424. Windows color (decimal): -11988692 or 2888009. OLE color: 2888009.

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

Color convert

RGB731744-
CMYK00.770.400.71
HSL331.07º62.22%17.65%-
HSV(B)331.07º76.71%28.63%-
XYZ3.422.59-
YUV36.82132.05153.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=54.48%
G=12.69%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73174400.770.400.71331.0762.2217.65
Hex49112C04D284714b3e12
Octal11121540115501075137622
Binary10010011000110110001001101101000100011110100101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,17,44); }

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

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

 a { background-color: rgb(73,17,44); }

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

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

 span { border-color: rgb(73,17,44); }

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