Shades of Blackberry #200E17
Tints of Blackberry #200E17
RGB
CMYK
RGB Variations
Color information
#200E17 (or 0x200E17) is known color: Blackberry. HEX triplet: 20, 0E and 17. RGB value is (32,14,23). Sum of RGB (Red+Green+Blue) = 32+14+23=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #200E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E17 is #DFF1E8. Grayscale: #141414. Windows color (decimal): -14676457 or 1510944. OLE color: 1510944.
HSL color Cylindrical-coordinate representation of color #200E17: hue angle of 330º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #200E17 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 14 | 23 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.87 |
| HSL | 330º | 0.39% | 0.09% | - |
| HSV(B) | 330º | 0.56% | 0.13% | - |
| XYZ | 0.91 | 0.68 | 0.89 | - |
| YUV | 20.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 23 | 0 | 0.56 | 0.28 | 0.87 | 330 | 0.39 | 0.09 |
| Hex | 20 | E | 17 | 0 | 38 | 1C | 57 | 14A | 27 | 9 |
| Octal | 40 | 16 | 27 | 0 | 70 | 34 | 127 | 512 | 47 | 11 |
| Binary | 100000 | 1110 | 10111 | 0 | 111000 | 11100 | 1010111 | 101001010 | 100111 | 1001 |
Color Harmonies of #200E17
Complementary color
Monochromatic Colors of #200E17
Black with #200E17
Text Example
Text Example
White with #200E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E17; }
p { color: rgb(32,14,23); }
H1.HeaderClassName
{
color: #200E17;
}
.AnyTagClassName
{
color: #200E17;
}
</style>
background-color css
<style>
a { background-color: #200E17; }
a { background-color: rgb(32,14,23); }
div.DivClassName
{
background-color: #200E17;
}
.BgClassName
{
background-color: #200E17;
}
</style>
border-color css
<style>
span { border-color: #200E17; }
span { border-color: rgb(32,14,23); }
td.TdClassName
{
border-color: #200E17;
}
.TagClassName
{
border-color: #200E17;
}
</style>