Shades of Blackberry #490A26
Tints of Blackberry #490A26
RGB
CMYK
RGB Variations
Color information
#490A26 (or 0x490A26) is known color: Blackberry. HEX triplet: 49, 0A and 26. RGB value is (73,10,38). Sum of RGB (Red+Green+Blue) = 73+10+38=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #490A26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A26 is #B6F5D9. Grayscale: #1F1F1F. Windows color (decimal): -11990490 or 2493001. OLE color: 2493001.
HSL color Cylindrical-coordinate representation of color #490A26: hue angle of 333.33º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A26 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 38 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.71 |
| HSL | 333.33º | 0.76% | 0.16% | - |
| HSV(B) | 333.33º | 0.86% | 0.29% | - |
| XYZ | 3.21 | 1.77 | 2.01 | - |
| YUV | 32.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 38 | 0 | 0.86 | 0.48 | 0.71 | 333.33 | 0.76 | 0.16 |
| Hex | 49 | A | 26 | 0 | 56 | 30 | 47 | 14D | 4C | 10 |
| Octal | 111 | 12 | 46 | 0 | 126 | 60 | 107 | 515 | 114 | 20 |
| Binary | 1001001 | 1010 | 100110 | 0 | 1010110 | 110000 | 1000111 | 101001101 | 1001100 | 10000 |
Color Harmonies of #490A26
Complementary color
Monochromatic Colors of #490A26
Black with #490A26
Text Example
Text Example
White with #490A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A26; }
p { color: rgb(73,10,38); }
H1.HeaderClassName
{
color: #490A26;
}
.AnyTagClassName
{
color: #490A26;
}
</style>
background-color css
<style>
a { background-color: #490A26; }
a { background-color: rgb(73,10,38); }
div.DivClassName
{
background-color: #490A26;
}
.BgClassName
{
background-color: #490A26;
}
</style>
border-color css
<style>
span { border-color: #490A26; }
span { border-color: rgb(73,10,38); }
td.TdClassName
{
border-color: #490A26;
}
.TagClassName
{
border-color: #490A26;
}
</style>