Shades of Blackberry #491737
Tints of Blackberry #491737
RGB
CMYK
RGB Variations
Color information
#491737 (or 0x491737) is known color: Blackberry. HEX triplet: 49, 17 and 37. RGB value is (73,23,55). Sum of RGB (Red+Green+Blue) = 73+23+55=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #491737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491737 is #B6E8C8. Grayscale: #292929. Windows color (decimal): -11987145 or 3610441. OLE color: 3610441.
HSL color Cylindrical-coordinate representation of color #491737: hue angle of 321.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #491737 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 55 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.71 |
| HSL | 321.6º | 0.52% | 0.19% | - |
| HSV(B) | 321.6º | 0.68% | 0.29% | - |
| XYZ | 3.74 | 2.31 | 3.86 | - |
| YUV | 41.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 55 | 0 | 0.68 | 0.25 | 0.71 | 321.6 | 0.52 | 0.19 |
| Hex | 49 | 17 | 37 | 0 | 44 | 19 | 47 | 142 | 34 | 13 |
| Octal | 111 | 27 | 67 | 0 | 104 | 31 | 107 | 502 | 64 | 23 |
| Binary | 1001001 | 10111 | 110111 | 0 | 1000100 | 11001 | 1000111 | 101000010 | 110100 | 10011 |
Color Harmonies of #491737
Complementary color
Monochromatic Colors of #491737
Black with #491737
Text Example
Text Example
White with #491737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491737; }
p { color: rgb(73,23,55); }
H1.HeaderClassName
{
color: #491737;
}
.AnyTagClassName
{
color: #491737;
}
</style>
background-color css
<style>
a { background-color: #491737; }
a { background-color: rgb(73,23,55); }
div.DivClassName
{
background-color: #491737;
}
.BgClassName
{
background-color: #491737;
}
</style>
border-color css
<style>
span { border-color: #491737; }
span { border-color: rgb(73,23,55); }
td.TdClassName
{
border-color: #491737;
}
.TagClassName
{
border-color: #491737;
}
</style>