Shades of Blackberry #200B16
Tints of Blackberry #200B16
RGB
CMYK
RGB Variations
Color information
#200B16 (or 0x200B16) is known color: Blackberry. HEX triplet: 20, 0B and 16. RGB value is (32,11,22). Sum of RGB (Red+Green+Blue) = 32+11+22=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #200B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B16 is #DFF4E9. Grayscale: #121212. Windows color (decimal): -14677226 or 1444640. OLE color: 1444640.
HSL color Cylindrical-coordinate representation of color #200B16: hue angle of 328.57º 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 #200B16 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 11 | 22 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.87 |
| HSL | 328.57º | 0.49% | 0.08% | - |
| HSV(B) | 328.57º | 0.66% | 0.13% | - |
| XYZ | 0.86 | 0.6 | 0.83 | - |
| YUV | 18.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 22 | 0 | 0.66 | 0.31 | 0.87 | 328.57 | 0.49 | 0.08 |
| Hex | 20 | B | 16 | 0 | 42 | 1F | 57 | 149 | 31 | 8 |
| Octal | 40 | 13 | 26 | 0 | 102 | 37 | 127 | 511 | 61 | 10 |
| Binary | 100000 | 1011 | 10110 | 0 | 1000010 | 11111 | 1010111 | 101001001 | 110001 | 1000 |
Color Harmonies of #200B16
Complementary color
Monochromatic Colors of #200B16
Black with #200B16
Text Example
Text Example
White with #200B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B16; }
p { color: rgb(32,11,22); }
H1.HeaderClassName
{
color: #200B16;
}
.AnyTagClassName
{
color: #200B16;
}
</style>
background-color css
<style>
a { background-color: #200B16; }
a { background-color: rgb(32,11,22); }
div.DivClassName
{
background-color: #200B16;
}
.BgClassName
{
background-color: #200B16;
}
</style>
border-color css
<style>
span { border-color: #200B16; }
span { border-color: rgb(32,11,22); }
td.TdClassName
{
border-color: #200B16;
}
.TagClassName
{
border-color: #200B16;
}
</style>