Shades of Blackberry #491231
Tints of Blackberry #491231
RGB
CMYK
RGB Variations
Color information
#491231 (or 0x491231) is known color: Blackberry. HEX triplet: 49, 12 and 31. RGB value is (73,18,49). Sum of RGB (Red+Green+Blue) = 73+18+49=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #491231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491231 is #B6EDCE. Grayscale: #252525. Windows color (decimal): -11988431 or 3215945. OLE color: 3215945.
HSL color Cylindrical-coordinate representation of color #491231: hue angle of 326.18º 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 #491231 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 49 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.71 |
| HSL | 326.18º | 0.6% | 0.18% | - |
| HSV(B) | 326.18º | 0.75% | 0.29% | - |
| XYZ | 3.52 | 2.07 | 3.12 | - |
| YUV | 37.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 49 | 0 | 0.75 | 0.33 | 0.71 | 326.18 | 0.6 | 0.18 |
| Hex | 49 | 12 | 31 | 0 | 4B | 21 | 47 | 146 | 3C | 12 |
| Octal | 111 | 22 | 61 | 0 | 113 | 41 | 107 | 506 | 74 | 22 |
| Binary | 1001001 | 10010 | 110001 | 0 | 1001011 | 100001 | 1000111 | 101000110 | 111100 | 10010 |
Color Harmonies of #491231
Complementary color
Monochromatic Colors of #491231
Black with #491231
Text Example
Text Example
White with #491231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491231; }
p { color: rgb(73,18,49); }
H1.HeaderClassName
{
color: #491231;
}
.AnyTagClassName
{
color: #491231;
}
</style>
background-color css
<style>
a { background-color: #491231; }
a { background-color: rgb(73,18,49); }
div.DivClassName
{
background-color: #491231;
}
.BgClassName
{
background-color: #491231;
}
</style>
border-color css
<style>
span { border-color: #491231; }
span { border-color: rgb(73,18,49); }
td.TdClassName
{
border-color: #491231;
}
.TagClassName
{
border-color: #491231;
}
</style>