Shades of Blackberry #200917
Tints of Blackberry #200917
RGB
CMYK
RGB Variations
Color information
#200917 (or 0x200917) is known color: Blackberry. HEX triplet: 20, 09 and 17. RGB value is (32,9,23). Sum of RGB (Red+Green+Blue) = 32+9+23=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #200917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200917 is #DFF6E8. Grayscale: #111111. Windows color (decimal): -14677737 or 1509664. OLE color: 1509664.
HSL color Cylindrical-coordinate representation of color #200917: hue angle of 323.48º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #200917 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 9 | 23 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.87 |
| HSL | 323.48º | 0.56% | 0.08% | - |
| HSV(B) | 323.48º | 0.72% | 0.13% | - |
| XYZ | 0.85 | 0.56 | 0.87 | - |
| YUV | 17.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 23 | 0 | 0.72 | 0.28 | 0.87 | 323.48 | 0.56 | 0.08 |
| Hex | 20 | 9 | 17 | 0 | 48 | 1C | 57 | 143 | 38 | 8 |
| Octal | 40 | 11 | 27 | 0 | 110 | 34 | 127 | 503 | 70 | 10 |
| Binary | 100000 | 1001 | 10111 | 0 | 1001000 | 11100 | 1010111 | 101000011 | 111000 | 1000 |
Color Harmonies of #200917
Complementary color
Monochromatic Colors of #200917
Black with #200917
Text Example
Text Example
White with #200917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200917; }
p { color: rgb(32,9,23); }
H1.HeaderClassName
{
color: #200917;
}
.AnyTagClassName
{
color: #200917;
}
</style>
background-color css
<style>
a { background-color: #200917; }
a { background-color: rgb(32,9,23); }
div.DivClassName
{
background-color: #200917;
}
.BgClassName
{
background-color: #200917;
}
</style>
border-color css
<style>
span { border-color: #200917; }
span { border-color: rgb(32,9,23); }
td.TdClassName
{
border-color: #200917;
}
.TagClassName
{
border-color: #200917;
}
</style>