Shades of Blackberry #490E24
Tints of Blackberry #490E24
RGB
CMYK
RGB Variations
Color information
#490E24 (or 0x490E24) is known color: Blackberry. HEX triplet: 49, 0E and 24. RGB value is (73,14,36). Sum of RGB (Red+Green+Blue) = 73+14+36=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #490E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E24 is #B6F1DB. Grayscale: #222222. Windows color (decimal): -11989468 or 2362953. OLE color: 2362953.
HSL color Cylindrical-coordinate representation of color #490E24: hue angle of 337.63º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #490E24 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 14 | 36 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.71 |
| HSL | 337.63º | 0.68% | 0.17% | - |
| HSV(B) | 337.63º | 0.81% | 0.29% | - |
| XYZ | 3.22 | 1.86 | 1.86 | - |
| YUV | 34.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 36 | 0 | 0.81 | 0.51 | 0.71 | 337.63 | 0.68 | 0.17 |
| Hex | 49 | E | 24 | 0 | 51 | 33 | 47 | 152 | 44 | 11 |
| Octal | 111 | 16 | 44 | 0 | 121 | 63 | 107 | 522 | 104 | 21 |
| Binary | 1001001 | 1110 | 100100 | 0 | 1010001 | 110011 | 1000111 | 101010010 | 1000100 | 10001 |
Color Harmonies of #490E24
Complementary color
Monochromatic Colors of #490E24
Black with #490E24
Text Example
Text Example
White with #490E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490E24; }
p { color: rgb(73,14,36); }
H1.HeaderClassName
{
color: #490E24;
}
.AnyTagClassName
{
color: #490E24;
}
</style>
background-color css
<style>
a { background-color: #490E24; }
a { background-color: rgb(73,14,36); }
div.DivClassName
{
background-color: #490E24;
}
.BgClassName
{
background-color: #490E24;
}
</style>
border-color css
<style>
span { border-color: #490E24; }
span { border-color: rgb(73,14,36); }
td.TdClassName
{
border-color: #490E24;
}
.TagClassName
{
border-color: #490E24;
}
</style>