Shades of Blackberry #491E37
Tints of Blackberry #491E37
RGB
CMYK
RGB Variations
Color information
#491E37 (or 0x491E37) is known color: Blackberry. HEX triplet: 49, 1E and 37. RGB value is (73,30,55). Sum of RGB (Red+Green+Blue) = 73+30+55=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E37 is #B6E1C8. Grayscale: #2D2D2D. Windows color (decimal): -11985353 or 3612233. OLE color: 3612233.
HSL color Cylindrical-coordinate representation of color #491E37: hue angle of 325.12º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E37 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 30 | 55 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.71 |
| HSL | 325.12º | 0.42% | 0.2% | - |
| HSV(B) | 325.12º | 0.59% | 0.29% | - |
| XYZ | 3.9 | 2.62 | 3.91 | - |
| YUV | 45.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 55 | 0 | 0.59 | 0.25 | 0.71 | 325.12 | 0.42 | 0.2 |
| Hex | 49 | 1E | 37 | 0 | 3B | 19 | 47 | 145 | 2A | 14 |
| Octal | 111 | 36 | 67 | 0 | 73 | 31 | 107 | 505 | 52 | 24 |
| Binary | 1001001 | 11110 | 110111 | 0 | 111011 | 11001 | 1000111 | 101000101 | 101010 | 10100 |
Color Harmonies of #491E37
Complementary color
Monochromatic Colors of #491E37
Black with #491E37
Text Example
Text Example
White with #491E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E37; }
p { color: rgb(73,30,55); }
H1.HeaderClassName
{
color: #491E37;
}
.AnyTagClassName
{
color: #491E37;
}
</style>
background-color css
<style>
a { background-color: #491E37; }
a { background-color: rgb(73,30,55); }
div.DivClassName
{
background-color: #491E37;
}
.BgClassName
{
background-color: #491E37;
}
</style>
border-color css
<style>
span { border-color: #491E37; }
span { border-color: rgb(73,30,55); }
td.TdClassName
{
border-color: #491E37;
}
.TagClassName
{
border-color: #491E37;
}
</style>