#49112F

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

Shades of Blackberry #49112F

Tints of Blackberry #49112F

Color information

#49112F (or 0x49112F) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 2F. RGB value is (73,17,47). Sum of RGB (Red+Green+Blue) = 73+17+47=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #49112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49112F is #B6EED0. Grayscale: #252525. Windows color (decimal): -11988689 or 3084617. OLE color: 3084617.

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

Color convert

RGB731747-
CMYK00.770.360.71
HSL327.86º62.22%17.65%-
HSV(B)327.86º76.71%28.63%-
XYZ3.462.022.9-
YUV37.16133.55153.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.28%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=53.28%
G=12.41%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73174700.770.360.71327.8662.2217.65
Hex49112F04D24471483e12
Octal11121570115441075107622
Binary10010011000110111101001101100100100011110100100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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