Shades of Blackberry #490720
Tints of Blackberry #490720
RGB
CMYK
RGB Variations
Color information
#490720 (or 0x490720) is known color: Blackberry. HEX triplet: 49, 07 and 20. RGB value is (73,7,32). Sum of RGB (Red+Green+Blue) = 73+7+32=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #490720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490720 is #B6F8DF. Grayscale: #1D1D1D. Windows color (decimal): -11991264 or 2099017. OLE color: 2099017.
HSL color Cylindrical-coordinate representation of color #490720: hue angle of 337.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490720 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 32 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.71 |
| HSL | 337.27º | 0.83% | 0.16% | - |
| HSV(B) | 337.27º | 0.9% | 0.29% | - |
| XYZ | 3.08 | 1.67 | 1.53 | - |
| YUV | 29.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 32 | 0 | 0.90 | 0.56 | 0.71 | 337.27 | 0.83 | 0.16 |
| Hex | 49 | 7 | 20 | 0 | 5A | 38 | 47 | 151 | 52 | 10 |
| Octal | 111 | 7 | 40 | 0 | 132 | 70 | 107 | 521 | 122 | 20 |
| Binary | 1001001 | 111 | 100000 | 0 | 1011010 | 111000 | 1000111 | 101010001 | 1010010 | 10000 |
Color Harmonies of #490720
Complementary color
Monochromatic Colors of #490720
Black with #490720
Text Example
Text Example
White with #490720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490720; }
p { color: rgb(73,7,32); }
H1.HeaderClassName
{
color: #490720;
}
.AnyTagClassName
{
color: #490720;
}
</style>
background-color css
<style>
a { background-color: #490720; }
a { background-color: rgb(73,7,32); }
div.DivClassName
{
background-color: #490720;
}
.BgClassName
{
background-color: #490720;
}
</style>
border-color css
<style>
span { border-color: #490720; }
span { border-color: rgb(73,7,32); }
td.TdClassName
{
border-color: #490720;
}
.TagClassName
{
border-color: #490720;
}
</style>