Shades of Blackberry #200B17
Tints of Blackberry #200B17
RGB
CMYK
RGB Variations
Color information
#200B17 (or 0x200B17) is known color: Blackberry. HEX triplet: 20, 0B and 17. RGB value is (32,11,23). Sum of RGB (Red+Green+Blue) = 32+11+23=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #200B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B17 is #DFF4E8. Grayscale: #121212. Windows color (decimal): -14677225 or 1510176. OLE color: 1510176.
HSL color Cylindrical-coordinate representation of color #200B17: hue angle of 325.71º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #200B17 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 11 | 23 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.87 |
| HSL | 325.71º | 0.49% | 0.08% | - |
| HSV(B) | 325.71º | 0.66% | 0.13% | - |
| XYZ | 0.87 | 0.61 | 0.88 | - |
| YUV | 18.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 23 | 0 | 0.66 | 0.28 | 0.87 | 325.71 | 0.49 | 0.08 |
| Hex | 20 | B | 17 | 0 | 42 | 1C | 57 | 146 | 31 | 8 |
| Octal | 40 | 13 | 27 | 0 | 102 | 34 | 127 | 506 | 61 | 10 |
| Binary | 100000 | 1011 | 10111 | 0 | 1000010 | 11100 | 1010111 | 101000110 | 110001 | 1000 |
Color Harmonies of #200B17
Complementary color
Monochromatic Colors of #200B17
Black with #200B17
Text Example
Text Example
White with #200B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B17; }
p { color: rgb(32,11,23); }
H1.HeaderClassName
{
color: #200B17;
}
.AnyTagClassName
{
color: #200B17;
}
</style>
background-color css
<style>
a { background-color: #200B17; }
a { background-color: rgb(32,11,23); }
div.DivClassName
{
background-color: #200B17;
}
.BgClassName
{
background-color: #200B17;
}
</style>
border-color css
<style>
span { border-color: #200B17; }
span { border-color: rgb(32,11,23); }
td.TdClassName
{
border-color: #200B17;
}
.TagClassName
{
border-color: #200B17;
}
</style>