#49112A

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

Shades of Blackberry #49112A

Tints of Blackberry #49112A

Color information

#49112A (or 0x49112A) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 2A. RGB value is (73,17,42). Sum of RGB (Red+Green+Blue) = 73+17+42=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #49112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49112A is #B6EED5. Grayscale: #242424. Windows color (decimal): -11988694 or 2756937. OLE color: 2756937.

HSL color Cylindrical-coordinate representation of color #49112A: hue angle of 333.21º 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 #49112A is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB731742-
CMYK00.770.420.71
HSL333.21º62.22%17.65%-
HSV(B)333.21º76.71%28.63%-
XYZ3.371.982.4-
YUV36.59131.05153.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.30%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=55.30%
G=12.88%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73174200.770.420.71333.2162.2217.65
Hex49112A04D2A4714d3e12
Octal11121520115521075157622
Binary10010011000110101001001101101010100011110100110111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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