#49122F

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

Shades of Blackberry #49122F

Tints of Blackberry #49122F

Color information

#49122F (or 0x49122F) is unknown color: approx Blackberry. HEX triplet: 49, 12 and 2F. RGB value is (73,18,47). Sum of RGB (Red+Green+Blue) = 73+18+47=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49122F is #B6EDD0. Grayscale: #252525. Windows color (decimal): -11988433 or 3084873. OLE color: 3084873.

HSL color Cylindrical-coordinate representation of color #49122F: hue angle of 328.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49122F is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB731847-
CMYK00.750.360.71
HSL328.36º60.44%17.84%-
HSV(B)328.36º75.34%28.63%-
XYZ3.482.052.9-
YUV37.75133.22153.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=52.90%
G=13.04%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73184700.750.360.71328.3660.4417.84
Hex49122F04B24471483c12
Octal11122570113441075107422
Binary10010011001010111101001011100100100011110100100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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