Shades of Blackberry #200215
Tints of Blackberry #200215
RGB
CMYK
RGB Variations
Color information
#200215 (or 0x200215) is known color: Blackberry. HEX triplet: 20, 02 and 15. RGB value is (32,2,21). Sum of RGB (Red+Green+Blue) = 32+2+21=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #200215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200215 is #DFFDEA. Grayscale: #0D0D0D. Windows color (decimal): -14679531 or 1376800. OLE color: 1376800.
HSL color Cylindrical-coordinate representation of color #200215: hue angle of 322º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200215 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 2 | 21 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.87 |
| HSL | 322º | 0.88% | 0.07% | - |
| HSV(B) | 322º | 0.94% | 0.13% | - |
| XYZ | 0.75 | 0.4 | 0.75 | - |
| YUV | 13.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 21 | 0 | 0.94 | 0.34 | 0.87 | 322 | 0.88 | 0.07 |
| Hex | 20 | 2 | 15 | 0 | 5E | 22 | 57 | 142 | 58 | 7 |
| Octal | 40 | 2 | 25 | 0 | 136 | 42 | 127 | 502 | 130 | 7 |
| Binary | 100000 | 10 | 10101 | 0 | 1011110 | 100010 | 1010111 | 101000010 | 1011000 | 111 |
Color Harmonies of #200215
Complementary color
Monochromatic Colors of #200215
Black with #200215
Text Example
Text Example
White with #200215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200215; }
p { color: rgb(32,2,21); }
H1.HeaderClassName
{
color: #200215;
}
.AnyTagClassName
{
color: #200215;
}
</style>
background-color css
<style>
a { background-color: #200215; }
a { background-color: rgb(32,2,21); }
div.DivClassName
{
background-color: #200215;
}
.BgClassName
{
background-color: #200215;
}
</style>
border-color css
<style>
span { border-color: #200215; }
span { border-color: rgb(32,2,21); }
td.TdClassName
{
border-color: #200215;
}
.TagClassName
{
border-color: #200215;
}
</style>