Shades of Blackberry #200814
Tints of Blackberry #200814
RGB
CMYK
RGB Variations
Color information
#200814 (or 0x200814) is known color: Blackberry. HEX triplet: 20, 08 and 14. RGB value is (32,8,20). Sum of RGB (Red+Green+Blue) = 32+8+20=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #200814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200814 is #DFF7EB. Grayscale: #101010. Windows color (decimal): -14677996 or 1312800. OLE color: 1312800.
HSL color Cylindrical-coordinate representation of color #200814: hue angle of 330º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #200814 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 8 | 20 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.87 |
| HSL | 330º | 0.6% | 0.08% | - |
| HSV(B) | 330º | 0.75% | 0.13% | - |
| XYZ | 0.81 | 0.53 | 0.72 | - |
| YUV | 16.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 20 | 0 | 0.75 | 0.37 | 0.87 | 330 | 0.6 | 0.08 |
| Hex | 20 | 8 | 14 | 0 | 4B | 25 | 57 | 14A | 3C | 8 |
| Octal | 40 | 10 | 24 | 0 | 113 | 45 | 127 | 512 | 74 | 10 |
| Binary | 100000 | 1000 | 10100 | 0 | 1001011 | 100101 | 1010111 | 101001010 | 111100 | 1000 |
Color Harmonies of #200814
Complementary color
Monochromatic Colors of #200814
Black with #200814
Text Example
Text Example
White with #200814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200814; }
p { color: rgb(32,8,20); }
H1.HeaderClassName
{
color: #200814;
}
.AnyTagClassName
{
color: #200814;
}
</style>
background-color css
<style>
a { background-color: #200814; }
a { background-color: rgb(32,8,20); }
div.DivClassName
{
background-color: #200814;
}
.BgClassName
{
background-color: #200814;
}
</style>
border-color css
<style>
span { border-color: #200814; }
span { border-color: rgb(32,8,20); }
td.TdClassName
{
border-color: #200814;
}
.TagClassName
{
border-color: #200814;
}
</style>