#49112B

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

Shades of Blackberry #49112B

Tints of Blackberry #49112B

Color information

#49112B (or 0x49112B) is unknown color: approx Blackberry. HEX triplet: 49, 11 and 2B. RGB value is (73,17,43). Sum of RGB (Red+Green+Blue) = 73+17+43=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #49112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49112B is #B6EED4. Grayscale: #242424. Windows color (decimal): -11988693 or 2822473. OLE color: 2822473.

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

Color convert

RGB731743-
CMYK00.770.410.71
HSL332.14º62.22%17.65%-
HSV(B)332.14º76.71%28.63%-
XYZ3.381.992.49-
YUV36.71131.55153.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=54.89%
G=12.78%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73174300.770.410.71332.1462.2217.65
Hex49112B04D294714c3e12
Octal11121530115511075147622
Binary10010011000110101101001101101001100011110100110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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