Shades of Blackberry #49122E
Tints of Blackberry #49122E
RGB
CMYK
RGB Variations
Color information
#49122E (or 0x49122E) is known color: Blackberry. HEX triplet: 49, 12 and 2E. RGB value is (73,18,46). Sum of RGB (Red+Green+Blue) = 73+18+46=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #49122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49122E is #B6EDD1. Grayscale: #252525. Windows color (decimal): -11988434 or 3019337. OLE color: 3019337.
HSL color Cylindrical-coordinate representation of color #49122E: hue angle of 329.45º 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 #49122E is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 46 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.71 |
| HSL | 329.45º | 0.6% | 0.18% | - |
| HSV(B) | 329.45º | 0.75% | 0.29% | - |
| XYZ | 3.46 | 2.05 | 2.8 | - |
| YUV | 37.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 46 | 0 | 0.75 | 0.37 | 0.71 | 329.45 | 0.6 | 0.18 |
| Hex | 49 | 12 | 2E | 0 | 4B | 25 | 47 | 149 | 3C | 12 |
| Octal | 111 | 22 | 56 | 0 | 113 | 45 | 107 | 511 | 74 | 22 |
| Binary | 1001001 | 10010 | 101110 | 0 | 1001011 | 100101 | 1000111 | 101001001 | 111100 | 10010 |
Color Harmonies of #49122E
Complementary color
Monochromatic Colors of #49122E
Black with #49122E
Text Example
Text Example
White with #49122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49122E; }
p { color: rgb(73,18,46); }
H1.HeaderClassName
{
color: #49122E;
}
.AnyTagClassName
{
color: #49122E;
}
</style>
background-color css
<style>
a { background-color: #49122E; }
a { background-color: rgb(73,18,46); }
div.DivClassName
{
background-color: #49122E;
}
.BgClassName
{
background-color: #49122E;
}
</style>
border-color css
<style>
span { border-color: #49122E; }
span { border-color: rgb(73,18,46); }
td.TdClassName
{
border-color: #49122E;
}
.TagClassName
{
border-color: #49122E;
}
</style>