Shades of Blackberry #200B18
Tints of Blackberry #200B18
RGB
CMYK
RGB Variations
Color information
#200B18 (or 0x200B18) is known color: Blackberry. HEX triplet: 20, 0B and 18. RGB value is (32,11,24). Sum of RGB (Red+Green+Blue) = 32+11+24=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #200B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B18 is #DFF4E7. Grayscale: #121212. Windows color (decimal): -14677224 or 1575712. OLE color: 1575712.
HSL color Cylindrical-coordinate representation of color #200B18: hue angle of 322.86º 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 #200B18 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 11 | 24 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.87 |
| HSL | 322.86º | 0.49% | 0.08% | - |
| HSV(B) | 322.86º | 0.66% | 0.13% | - |
| XYZ | 0.88 | 0.61 | 0.94 | - |
| YUV | 18.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 24 | 0 | 0.66 | 0.25 | 0.87 | 322.86 | 0.49 | 0.08 |
| Hex | 20 | B | 18 | 0 | 42 | 19 | 57 | 143 | 31 | 8 |
| Octal | 40 | 13 | 30 | 0 | 102 | 31 | 127 | 503 | 61 | 10 |
| Binary | 100000 | 1011 | 11000 | 0 | 1000010 | 11001 | 1010111 | 101000011 | 110001 | 1000 |
Color Harmonies of #200B18
Complementary color
Monochromatic Colors of #200B18
Black with #200B18
Text Example
Text Example
White with #200B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B18; }
p { color: rgb(32,11,24); }
H1.HeaderClassName
{
color: #200B18;
}
.AnyTagClassName
{
color: #200B18;
}
</style>
background-color css
<style>
a { background-color: #200B18; }
a { background-color: rgb(32,11,24); }
div.DivClassName
{
background-color: #200B18;
}
.BgClassName
{
background-color: #200B18;
}
</style>
border-color css
<style>
span { border-color: #200B18; }
span { border-color: rgb(32,11,24); }
td.TdClassName
{
border-color: #200B18;
}
.TagClassName
{
border-color: #200B18;
}
</style>