Shades of Blackberry #490E26
Tints of Blackberry #490E26
RGB
CMYK
RGB Variations
Color information
#490E26 (or 0x490E26) is known color: Blackberry. HEX triplet: 49, 0E and 26. RGB value is (73,14,38). Sum of RGB (Red+Green+Blue) = 73+14+38=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #490E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E26 is #B6F1D9. Grayscale: #222222. Windows color (decimal): -11989466 or 2494025. OLE color: 2494025.
HSL color Cylindrical-coordinate representation of color #490E26: hue angle of 335.59º 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 #490E26 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 14 | 38 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.71 |
| HSL | 335.59º | 0.68% | 0.17% | - |
| HSV(B) | 335.59º | 0.81% | 0.29% | - |
| XYZ | 3.25 | 1.87 | 2.02 | - |
| YUV | 34.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 38 | 0 | 0.81 | 0.48 | 0.71 | 335.59 | 0.68 | 0.17 |
| Hex | 49 | E | 26 | 0 | 51 | 30 | 47 | 150 | 44 | 11 |
| Octal | 111 | 16 | 46 | 0 | 121 | 60 | 107 | 520 | 104 | 21 |
| Binary | 1001001 | 1110 | 100110 | 0 | 1010001 | 110000 | 1000111 | 101010000 | 1000100 | 10001 |
Color Harmonies of #490E26
Complementary color
Monochromatic Colors of #490E26
Black with #490E26
Text Example
Text Example
White with #490E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490E26; }
p { color: rgb(73,14,38); }
H1.HeaderClassName
{
color: #490E26;
}
.AnyTagClassName
{
color: #490E26;
}
</style>
background-color css
<style>
a { background-color: #490E26; }
a { background-color: rgb(73,14,38); }
div.DivClassName
{
background-color: #490E26;
}
.BgClassName
{
background-color: #490E26;
}
</style>
border-color css
<style>
span { border-color: #490E26; }
span { border-color: rgb(73,14,38); }
td.TdClassName
{
border-color: #490E26;
}
.TagClassName
{
border-color: #490E26;
}
</style>