Shades of Blackberry #200D17
Tints of Blackberry #200D17
RGB
CMYK
RGB Variations
Color information
#200D17 (or 0x200D17) is known color: Blackberry. HEX triplet: 20, 0D and 17. RGB value is (32,13,23). Sum of RGB (Red+Green+Blue) = 32+13+23=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #200D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D17 is #DFF2E8. Grayscale: #131313. Windows color (decimal): -14676713 or 1510688. OLE color: 1510688.
HSL color Cylindrical-coordinate representation of color #200D17: hue angle of 328.42º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #200D17 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 13 | 23 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.87 |
| HSL | 328.42º | 0.42% | 0.09% | - |
| HSV(B) | 328.42º | 0.59% | 0.13% | - |
| XYZ | 0.89 | 0.66 | 0.89 | - |
| YUV | 19.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 23 | 0 | 0.59 | 0.28 | 0.87 | 328.42 | 0.42 | 0.09 |
| Hex | 20 | D | 17 | 0 | 3B | 1C | 57 | 148 | 2A | 9 |
| Octal | 40 | 15 | 27 | 0 | 73 | 34 | 127 | 510 | 52 | 11 |
| Binary | 100000 | 1101 | 10111 | 0 | 111011 | 11100 | 1010111 | 101001000 | 101010 | 1001 |
Color Harmonies of #200D17
Complementary color
Monochromatic Colors of #200D17
Black with #200D17
Text Example
Text Example
White with #200D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D17; }
p { color: rgb(32,13,23); }
H1.HeaderClassName
{
color: #200D17;
}
.AnyTagClassName
{
color: #200D17;
}
</style>
background-color css
<style>
a { background-color: #200D17; }
a { background-color: rgb(32,13,23); }
div.DivClassName
{
background-color: #200D17;
}
.BgClassName
{
background-color: #200D17;
}
</style>
border-color css
<style>
span { border-color: #200D17; }
span { border-color: rgb(32,13,23); }
td.TdClassName
{
border-color: #200D17;
}
.TagClassName
{
border-color: #200D17;
}
</style>