Shades of Blackberry #490A32
Tints of Blackberry #490A32
RGB
CMYK
RGB Variations
Color information
#490A32 (or 0x490A32) is known color: Blackberry. HEX triplet: 49, 0A and 32. RGB value is (73,10,50). Sum of RGB (Red+Green+Blue) = 73+10+50=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #490A32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A32 is #B6F5CD. Grayscale: #212121. Windows color (decimal): -11990478 or 3279433. OLE color: 3279433.
HSL color Cylindrical-coordinate representation of color #490A32: hue angle of 321.9º 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 #490A32 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 50 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.71 |
| HSL | 321.9º | 0.76% | 0.16% | - |
| HSV(B) | 321.9º | 0.86% | 0.29% | - |
| XYZ | 3.43 | 1.86 | 3.2 | - |
| YUV | 33.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 50 | 0 | 0.86 | 0.32 | 0.71 | 321.9 | 0.76 | 0.16 |
| Hex | 49 | A | 32 | 0 | 56 | 20 | 47 | 142 | 4C | 10 |
| Octal | 111 | 12 | 62 | 0 | 126 | 40 | 107 | 502 | 114 | 20 |
| Binary | 1001001 | 1010 | 110010 | 0 | 1010110 | 100000 | 1000111 | 101000010 | 1001100 | 10000 |
Color Harmonies of #490A32
Complementary color
Monochromatic Colors of #490A32
Black with #490A32
Text Example
Text Example
White with #490A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A32; }
p { color: rgb(73,10,50); }
H1.HeaderClassName
{
color: #490A32;
}
.AnyTagClassName
{
color: #490A32;
}
</style>
background-color css
<style>
a { background-color: #490A32; }
a { background-color: rgb(73,10,50); }
div.DivClassName
{
background-color: #490A32;
}
.BgClassName
{
background-color: #490A32;
}
</style>
border-color css
<style>
span { border-color: #490A32; }
span { border-color: rgb(73,10,50); }
td.TdClassName
{
border-color: #490A32;
}
.TagClassName
{
border-color: #490A32;
}
</style>