Shades of Blackberry #491F3B
Tints of Blackberry #491F3B
RGB
CMYK
RGB Variations
Color information
#491F3B (or 0x491F3B) is known color: Blackberry. HEX triplet: 49, 1F and 3B. RGB value is (73,31,59). Sum of RGB (Red+Green+Blue) = 73+31+59=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 73 - color contains mainly: red. Hex color #491F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F3B is #B6E0C4. Grayscale: #2E2E2E. Windows color (decimal): -11985093 or 3874633. OLE color: 3874633.
HSL color Cylindrical-coordinate representation of color #491F3B: hue angle of 320º 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 #491F3B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 59 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.71 |
| HSL | 320º | 0.4% | 0.2% | - |
| HSV(B) | 320º | 0.58% | 0.29% | - |
| XYZ | 4.03 | 2.71 | 4.45 | - |
| YUV | 46.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 59 | 0 | 0.58 | 0.19 | 0.71 | 320 | 0.4 | 0.2 |
| Hex | 49 | 1F | 3B | 0 | 3A | 13 | 47 | 140 | 28 | 14 |
| Octal | 111 | 37 | 73 | 0 | 72 | 23 | 107 | 500 | 50 | 24 |
| Binary | 1001001 | 11111 | 111011 | 0 | 111010 | 10011 | 1000111 | 101000000 | 101000 | 10100 |
Color Harmonies of #491F3B
Complementary color
Monochromatic Colors of #491F3B
Black with #491F3B
Text Example
Text Example
White with #491F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F3B; }
p { color: rgb(73,31,59); }
H1.HeaderClassName
{
color: #491F3B;
}
.AnyTagClassName
{
color: #491F3B;
}
</style>
background-color css
<style>
a { background-color: #491F3B; }
a { background-color: rgb(73,31,59); }
div.DivClassName
{
background-color: #491F3B;
}
.BgClassName
{
background-color: #491F3B;
}
</style>
border-color css
<style>
span { border-color: #491F3B; }
span { border-color: rgb(73,31,59); }
td.TdClassName
{
border-color: #491F3B;
}
.TagClassName
{
border-color: #491F3B;
}
</style>