Shades of Blackberry #49122D
Tints of Blackberry #49122D
RGB
CMYK
RGB Variations
Color information
#49122D (or 0x49122D) is known color: Blackberry. HEX triplet: 49, 12 and 2D. RGB value is (73,18,45). Sum of RGB (Red+Green+Blue) = 73+18+45=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49122D is #B6EDD2. Grayscale: #252525. Windows color (decimal): -11988435 or 2953801. OLE color: 2953801.
HSL color Cylindrical-coordinate representation of color #49122D: hue angle of 330.55º 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 #49122D is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 45 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.71 |
| HSL | 330.55º | 0.6% | 0.18% | - |
| HSV(B) | 330.55º | 0.75% | 0.29% | - |
| XYZ | 3.44 | 2.04 | 2.69 | - |
| YUV | 37.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 45 | 0 | 0.75 | 0.38 | 0.71 | 330.55 | 0.6 | 0.18 |
| Hex | 49 | 12 | 2D | 0 | 4B | 26 | 47 | 14B | 3C | 12 |
| Octal | 111 | 22 | 55 | 0 | 113 | 46 | 107 | 513 | 74 | 22 |
| Binary | 1001001 | 10010 | 101101 | 0 | 1001011 | 100110 | 1000111 | 101001011 | 111100 | 10010 |
Color Harmonies of #49122D
Complementary color
Monochromatic Colors of #49122D
Black with #49122D
Text Example
Text Example
White with #49122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49122D; }
p { color: rgb(73,18,45); }
H1.HeaderClassName
{
color: #49122D;
}
.AnyTagClassName
{
color: #49122D;
}
</style>
background-color css
<style>
a { background-color: #49122D; }
a { background-color: rgb(73,18,45); }
div.DivClassName
{
background-color: #49122D;
}
.BgClassName
{
background-color: #49122D;
}
</style>
border-color css
<style>
span { border-color: #49122D; }
span { border-color: rgb(73,18,45); }
td.TdClassName
{
border-color: #49122D;
}
.TagClassName
{
border-color: #49122D;
}
</style>