Shades of Blackberry #490721
Tints of Blackberry #490721
RGB
CMYK
RGB Variations
Color information
#490721 (or 0x490721) is known color: Blackberry. HEX triplet: 49, 07 and 21. RGB value is (73,7,33). Sum of RGB (Red+Green+Blue) = 73+7+33=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #490721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490721 is #B6F8DE. Grayscale: #1D1D1D. Windows color (decimal): -11991263 or 2164553. OLE color: 2164553.
HSL color Cylindrical-coordinate representation of color #490721: hue angle of 336.36º 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 #490721 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 33 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.71 |
| HSL | 336.36º | 0.83% | 0.16% | - |
| HSV(B) | 336.36º | 0.9% | 0.29% | - |
| XYZ | 3.1 | 1.68 | 1.6 | - |
| YUV | 29.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 33 | 0 | 0.90 | 0.55 | 0.71 | 336.36 | 0.83 | 0.16 |
| Hex | 49 | 7 | 21 | 0 | 5A | 37 | 47 | 150 | 52 | 10 |
| Octal | 111 | 7 | 41 | 0 | 132 | 67 | 107 | 520 | 122 | 20 |
| Binary | 1001001 | 111 | 100001 | 0 | 1011010 | 110111 | 1000111 | 101010000 | 1010010 | 10000 |
Color Harmonies of #490721
Complementary color
Monochromatic Colors of #490721
Black with #490721
Text Example
Text Example
White with #490721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490721; }
p { color: rgb(73,7,33); }
H1.HeaderClassName
{
color: #490721;
}
.AnyTagClassName
{
color: #490721;
}
</style>
background-color css
<style>
a { background-color: #490721; }
a { background-color: rgb(73,7,33); }
div.DivClassName
{
background-color: #490721;
}
.BgClassName
{
background-color: #490721;
}
</style>
border-color css
<style>
span { border-color: #490721; }
span { border-color: rgb(73,7,33); }
td.TdClassName
{
border-color: #490721;
}
.TagClassName
{
border-color: #490721;
}
</style>