Shades of Blackberry #200014
Tints of Blackberry #200014
RGB
CMYK
RGB Variations
Color information
#200014 (or 0x200014) is known color: Blackberry. HEX triplet: 20, 00 and 14. RGB value is (32,0,20). Sum of RGB (Red+Green+Blue) = 32+0+20=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #200014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200014 is #DFFFEB. Grayscale: #0B0B0B. Windows color (decimal): -14680044 or 1310752. OLE color: 1310752.
HSL color Cylindrical-coordinate representation of color #200014: hue angle of 322.5º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200014 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.37 | 0.87 |
| HSL | 322.5º | 1% | 0.06% | - |
| HSV(B) | 322.5º | 1% | 0.13% | - |
| XYZ | 0.72 | 0.36 | 0.69 | - |
| YUV | 11.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 20 | 0 | 1 | 0.37 | 0.87 | 322.5 | 1 | 0.06 |
| Hex | 20 | 0 | 14 | 0 | 64 | 25 | 57 | 142 | 64 | 6 |
| Octal | 40 | 0 | 24 | 0 | 144 | 45 | 127 | 502 | 144 | 6 |
| Binary | 100000 | 0 | 10100 | 0 | 1100100 | 100101 | 1010111 | 101000010 | 1100100 | 110 |
Color Harmonies of #200014
Complementary color
Monochromatic Colors of #200014
Black with #200014
Text Example
Text Example
White with #200014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200014; }
p { color: rgb(32,0,20); }
H1.HeaderClassName
{
color: #200014;
}
.AnyTagClassName
{
color: #200014;
}
</style>
background-color css
<style>
a { background-color: #200014; }
a { background-color: rgb(32,0,20); }
div.DivClassName
{
background-color: #200014;
}
.BgClassName
{
background-color: #200014;
}
</style>
border-color css
<style>
span { border-color: #200014; }
span { border-color: rgb(32,0,20); }
td.TdClassName
{
border-color: #200014;
}
.TagClassName
{
border-color: #200014;
}
</style>