Shades of Blackberry #491F36
Tints of Blackberry #491F36
RGB
CMYK
RGB Variations
Color information
#491F36 (or 0x491F36) is known color: Blackberry. HEX triplet: 49, 1F and 36. RGB value is (73,31,54). Sum of RGB (Red+Green+Blue) = 73+31+54=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 54 (21.48% from 255 or 34.18% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F36 is #B6E0C9. Grayscale: #2E2E2E. Windows color (decimal): -11985098 or 3546953. OLE color: 3546953.
HSL color Cylindrical-coordinate representation of color #491F36: hue angle of 327.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #491F36 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 54 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.71 |
| HSL | 327.14º | 0.4% | 0.2% | - |
| HSV(B) | 327.14º | 0.58% | 0.29% | - |
| XYZ | 3.9 | 2.66 | 3.8 | - |
| YUV | 46.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 54 | 0 | 0.58 | 0.26 | 0.71 | 327.14 | 0.4 | 0.2 |
| Hex | 49 | 1F | 36 | 0 | 3A | 1A | 47 | 147 | 28 | 14 |
| Octal | 111 | 37 | 66 | 0 | 72 | 32 | 107 | 507 | 50 | 24 |
| Binary | 1001001 | 11111 | 110110 | 0 | 111010 | 11010 | 1000111 | 101000111 | 101000 | 10100 |
Color Harmonies of #491F36
Complementary color
Monochromatic Colors of #491F36
Black with #491F36
Text Example
Text Example
White with #491F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F36; }
p { color: rgb(73,31,54); }
H1.HeaderClassName
{
color: #491F36;
}
.AnyTagClassName
{
color: #491F36;
}
</style>
background-color css
<style>
a { background-color: #491F36; }
a { background-color: rgb(73,31,54); }
div.DivClassName
{
background-color: #491F36;
}
.BgClassName
{
background-color: #491F36;
}
</style>
border-color css
<style>
span { border-color: #491F36; }
span { border-color: rgb(73,31,54); }
td.TdClassName
{
border-color: #491F36;
}
.TagClassName
{
border-color: #491F36;
}
</style>