Shades of Blackberry #490A2E
Tints of Blackberry #490A2E
RGB
CMYK
RGB Variations
Color information
#490A2E (or 0x490A2E) is known color: Blackberry. HEX triplet: 49, 0A and 2E. RGB value is (73,10,46). Sum of RGB (Red+Green+Blue) = 73+10+46=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #490A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A2E is #B6F5D1. Grayscale: #202020. Windows color (decimal): -11990482 or 3017289. OLE color: 3017289.
HSL color Cylindrical-coordinate representation of color #490A2E: hue angle of 325.71º 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 #490A2E is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 46 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.71 |
| HSL | 325.71º | 0.76% | 0.16% | - |
| HSV(B) | 325.71º | 0.86% | 0.29% | - |
| XYZ | 3.35 | 1.83 | 2.76 | - |
| YUV | 32.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 46 | 0 | 0.86 | 0.37 | 0.71 | 325.71 | 0.76 | 0.16 |
| Hex | 49 | A | 2E | 0 | 56 | 25 | 47 | 146 | 4C | 10 |
| Octal | 111 | 12 | 56 | 0 | 126 | 45 | 107 | 506 | 114 | 20 |
| Binary | 1001001 | 1010 | 101110 | 0 | 1010110 | 100101 | 1000111 | 101000110 | 1001100 | 10000 |
Color Harmonies of #490A2E
Complementary color
Monochromatic Colors of #490A2E
Black with #490A2E
Text Example
Text Example
White with #490A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A2E; }
p { color: rgb(73,10,46); }
H1.HeaderClassName
{
color: #490A2E;
}
.AnyTagClassName
{
color: #490A2E;
}
</style>
background-color css
<style>
a { background-color: #490A2E; }
a { background-color: rgb(73,10,46); }
div.DivClassName
{
background-color: #490A2E;
}
.BgClassName
{
background-color: #490A2E;
}
</style>
border-color css
<style>
span { border-color: #490A2E; }
span { border-color: rgb(73,10,46); }
td.TdClassName
{
border-color: #490A2E;
}
.TagClassName
{
border-color: #490A2E;
}
</style>