#49112D

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

Shades of Blackberry #49112D

Tints of Blackberry #49112D

Color information

#49112D (or 0x49112D) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 2D. RGB value is (73,17,45). Sum of RGB (Red+Green+Blue) = 73+17+45=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49112D is #B6EED2. Grayscale: #242424. Windows color (decimal): -11988691 or 2953545. OLE color: 2953545.

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

Color convert

RGB731745-
CMYK00.770.380.71
HSL330º62.22%17.65%-
HSV(B)330º76.71%28.63%-
XYZ3.422.012.69-
YUV36.94132.55153.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=54.07%
G=12.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73174500.770.380.7133062.2217.65
Hex49112D04D264714a3e12
Octal11121550115461075127622
Binary10010011000110110101001101100110100011110100101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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