Shades of Blackberry #490932
Tints of Blackberry #490932
RGB
CMYK
RGB Variations
Color information
#490932 (or 0x490932) is known color: Blackberry. HEX triplet: 49, 09 and 32. RGB value is (73,9,50). Sum of RGB (Red+Green+Blue) = 73+9+50=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #490932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490932 is #B6F6CD. Grayscale: #202020. Windows color (decimal): -11990734 or 3279177. OLE color: 3279177.
HSL color Cylindrical-coordinate representation of color #490932: hue angle of 321.56º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490932 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 50 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.71 |
| HSL | 321.56º | 0.78% | 0.16% | - |
| HSV(B) | 321.56º | 0.88% | 0.29% | - |
| XYZ | 3.42 | 1.84 | 3.19 | - |
| YUV | 32.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 50 | 0 | 0.88 | 0.32 | 0.71 | 321.56 | 0.78 | 0.16 |
| Hex | 49 | 9 | 32 | 0 | 58 | 20 | 47 | 142 | 4E | 10 |
| Octal | 111 | 11 | 62 | 0 | 130 | 40 | 107 | 502 | 116 | 20 |
| Binary | 1001001 | 1001 | 110010 | 0 | 1011000 | 100000 | 1000111 | 101000010 | 1001110 | 10000 |
Color Harmonies of #490932
Complementary color
Monochromatic Colors of #490932
Black with #490932
Text Example
Text Example
White with #490932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490932; }
p { color: rgb(73,9,50); }
H1.HeaderClassName
{
color: #490932;
}
.AnyTagClassName
{
color: #490932;
}
</style>
background-color css
<style>
a { background-color: #490932; }
a { background-color: rgb(73,9,50); }
div.DivClassName
{
background-color: #490932;
}
.BgClassName
{
background-color: #490932;
}
</style>
border-color css
<style>
span { border-color: #490932; }
span { border-color: rgb(73,9,50); }
td.TdClassName
{
border-color: #490932;
}
.TagClassName
{
border-color: #490932;
}
</style>