#49122C

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

Shades of Blackberry #49122C

Tints of Blackberry #49122C

Color information

#49122C (or 0x49122C) is unknown color: approx Blackberry. HEX triplet: 49, 12 and 2C. RGB value is (73,18,44). Sum of RGB (Red+Green+Blue) = 73+18+44=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49122C is #B6EDD3. Grayscale: #252525. Windows color (decimal): -11988436 or 2888265. OLE color: 2888265.

HSL color Cylindrical-coordinate representation of color #49122C: hue angle of 331.64º 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 #49122C is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB731844-
CMYK00.750.400.71
HSL331.64º60.44%17.84%-
HSV(B)331.64º75.34%28.63%-
XYZ3.422.032.59-
YUV37.41131.72153.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=54.07%
G=13.33%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73184400.750.400.71331.6460.4417.84
Hex49122C04B284714c3c12
Octal11122540113501075147422
Binary10010011001010110001001011101000100011110100110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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