Shades of Blackberry #49122C
Tints of Blackberry #49122C
RGB
CMYK
RGB Variations
Color information
#49122C (or 0x49122C) is known color: 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
| RGB | 73 | 18 | 44 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.71 |
| HSL | 331.64º | 0.6% | 0.18% | - |
| HSV(B) | 331.64º | 0.75% | 0.29% | - |
| XYZ | 3.42 | 2.03 | 2.59 | - |
| YUV | 37.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 44 | 0 | 0.75 | 0.40 | 0.71 | 331.64 | 0.6 | 0.18 |
| Hex | 49 | 12 | 2C | 0 | 4B | 28 | 47 | 14C | 3C | 12 |
| Octal | 111 | 22 | 54 | 0 | 113 | 50 | 107 | 514 | 74 | 22 |
| Binary | 1001001 | 10010 | 101100 | 0 | 1001011 | 101000 | 1000111 | 101001100 | 111100 | 10010 |
Color Harmonies of #49122C
Complementary color
Monochromatic Colors of #49122C
Black with #49122C
Text Example
Text Example
White with #49122C
Text Example
Text Example
HTML Codes & Css Web 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>