Shades of Blackberry #490020
Tints of Blackberry #490020
RGB
CMYK
RGB Variations
Color information
#490020 (or 0x490020) is known color: Blackberry. HEX triplet: 49, 00 and 20. RGB value is (73,0,32). Sum of RGB (Red+Green+Blue) = 73+0+32=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #490020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490020 is #B6FFDF. Grayscale: #191919. Windows color (decimal): -11993056 or 2097225. OLE color: 2097225.
HSL color Cylindrical-coordinate representation of color #490020: hue angle of 333.7º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490020 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.56 | 0.71 |
| HSL | 333.7º | 1% | 0.14% | - |
| HSV(B) | 333.7º | 1% | 0.29% | - |
| XYZ | 3.01 | 1.52 | 1.5 | - |
| YUV | 25.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 32 | 0 | 1 | 0.56 | 0.71 | 333.7 | 1 | 0.14 |
| Hex | 49 | 0 | 20 | 0 | 64 | 38 | 47 | 14E | 64 | E |
| Octal | 111 | 0 | 40 | 0 | 144 | 70 | 107 | 516 | 144 | 16 |
| Binary | 1001001 | 0 | 100000 | 0 | 1100100 | 111000 | 1000111 | 101001110 | 1100100 | 1110 |
Color Harmonies of #490020
Complementary color
Monochromatic Colors of #490020
Black with #490020
Text Example
Text Example
White with #490020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490020; }
p { color: rgb(73,0,32); }
H1.HeaderClassName
{
color: #490020;
}
.AnyTagClassName
{
color: #490020;
}
</style>
background-color css
<style>
a { background-color: #490020; }
a { background-color: rgb(73,0,32); }
div.DivClassName
{
background-color: #490020;
}
.BgClassName
{
background-color: #490020;
}
</style>
border-color css
<style>
span { border-color: #490020; }
span { border-color: rgb(73,0,32); }
td.TdClassName
{
border-color: #490020;
}
.TagClassName
{
border-color: #490020;
}
</style>