Shades of Blackberry #490A2A
Tints of Blackberry #490A2A
RGB
CMYK
RGB Variations
Color information
#490A2A (or 0x490A2A) is known color: Blackberry. HEX triplet: 49, 0A and 2A. RGB value is (73,10,42). Sum of RGB (Red+Green+Blue) = 73+10+42=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #490A2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A2A is #B6F5D5. Grayscale: #202020. Windows color (decimal): -11990486 or 2755145. OLE color: 2755145.
HSL color Cylindrical-coordinate representation of color #490A2A: hue angle of 329.52º 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 #490A2A is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 42 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.71 |
| HSL | 329.52º | 0.76% | 0.16% | - |
| HSV(B) | 329.52º | 0.86% | 0.29% | - |
| XYZ | 3.27 | 1.8 | 2.37 | - |
| YUV | 32.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 42 | 0 | 0.86 | 0.42 | 0.71 | 329.52 | 0.76 | 0.16 |
| Hex | 49 | A | 2A | 0 | 56 | 2A | 47 | 14A | 4C | 10 |
| Octal | 111 | 12 | 52 | 0 | 126 | 52 | 107 | 512 | 114 | 20 |
| Binary | 1001001 | 1010 | 101010 | 0 | 1010110 | 101010 | 1000111 | 101001010 | 1001100 | 10000 |
Color Harmonies of #490A2A
Complementary color
Monochromatic Colors of #490A2A
Black with #490A2A
Text Example
Text Example
White with #490A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A2A; }
p { color: rgb(73,10,42); }
H1.HeaderClassName
{
color: #490A2A;
}
.AnyTagClassName
{
color: #490A2A;
}
</style>
background-color css
<style>
a { background-color: #490A2A; }
a { background-color: rgb(73,10,42); }
div.DivClassName
{
background-color: #490A2A;
}
.BgClassName
{
background-color: #490A2A;
}
</style>
border-color css
<style>
span { border-color: #490A2A; }
span { border-color: rgb(73,10,42); }
td.TdClassName
{
border-color: #490A2A;
}
.TagClassName
{
border-color: #490A2A;
}
</style>