Shades of Blackberry #200017
Tints of Blackberry #200017
RGB
CMYK
RGB Variations
Color information
#200017 (or 0x200017) is known color: Blackberry. HEX triplet: 20, 00 and 17. RGB value is (32,0,23). Sum of RGB (Red+Green+Blue) = 32+0+23=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #200017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200017 is #DFFFE8. Grayscale: #0C0C0C. Windows color (decimal): -14680041 or 1507360. OLE color: 1507360.
HSL color Cylindrical-coordinate representation of color #200017: hue angle of 316.88º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200017 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.28 | 0.87 |
| HSL | 316.88º | 1% | 0.06% | - |
| HSV(B) | 316.88º | 1% | 0.13% | - |
| XYZ | 0.75 | 0.37 | 0.84 | - |
| YUV | 12.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 23 | 0 | 1 | 0.28 | 0.87 | 316.88 | 1 | 0.06 |
| Hex | 20 | 0 | 17 | 0 | 64 | 1C | 57 | 13D | 64 | 6 |
| Octal | 40 | 0 | 27 | 0 | 144 | 34 | 127 | 475 | 144 | 6 |
| Binary | 100000 | 0 | 10111 | 0 | 1100100 | 11100 | 1010111 | 100111101 | 1100100 | 110 |
Color Harmonies of #200017
Complementary color
Monochromatic Colors of #200017
Black with #200017
Text Example
Text Example
White with #200017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200017; }
p { color: rgb(32,0,23); }
H1.HeaderClassName
{
color: #200017;
}
.AnyTagClassName
{
color: #200017;
}
</style>
background-color css
<style>
a { background-color: #200017; }
a { background-color: rgb(32,0,23); }
div.DivClassName
{
background-color: #200017;
}
.BgClassName
{
background-color: #200017;
}
</style>
border-color css
<style>
span { border-color: #200017; }
span { border-color: rgb(32,0,23); }
td.TdClassName
{
border-color: #200017;
}
.TagClassName
{
border-color: #200017;
}
</style>