Shades of Blackberry #200516
Tints of Blackberry #200516
RGB
CMYK
RGB Variations
Color information
#200516 (or 0x200516) is known color: Blackberry. HEX triplet: 20, 05 and 16. RGB value is (32,5,22). Sum of RGB (Red+Green+Blue) = 32+5+22=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #200516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200516 is #DFFAE9. Grayscale: #0E0E0E. Windows color (decimal): -14678762 or 1443104. OLE color: 1443104.
HSL color Cylindrical-coordinate representation of color #200516: hue angle of 322.22º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200516 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 5 | 22 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.87 |
| HSL | 322.22º | 0.73% | 0.07% | - |
| HSV(B) | 322.22º | 0.84% | 0.13% | - |
| XYZ | 0.79 | 0.47 | 0.81 | - |
| YUV | 15.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 22 | 0 | 0.84 | 0.31 | 0.87 | 322.22 | 0.73 | 0.07 |
| Hex | 20 | 5 | 16 | 0 | 54 | 1F | 57 | 142 | 49 | 7 |
| Octal | 40 | 5 | 26 | 0 | 124 | 37 | 127 | 502 | 111 | 7 |
| Binary | 100000 | 101 | 10110 | 0 | 1010100 | 11111 | 1010111 | 101000010 | 1001001 | 111 |
Color Harmonies of #200516
Complementary color
Monochromatic Colors of #200516
Black with #200516
Text Example
Text Example
White with #200516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200516; }
p { color: rgb(32,5,22); }
H1.HeaderClassName
{
color: #200516;
}
.AnyTagClassName
{
color: #200516;
}
</style>
background-color css
<style>
a { background-color: #200516; }
a { background-color: rgb(32,5,22); }
div.DivClassName
{
background-color: #200516;
}
.BgClassName
{
background-color: #200516;
}
</style>
border-color css
<style>
span { border-color: #200516; }
span { border-color: rgb(32,5,22); }
td.TdClassName
{
border-color: #200516;
}
.TagClassName
{
border-color: #200516;
}
</style>