Shades of Blackberry #200514
Tints of Blackberry #200514
RGB
CMYK
RGB Variations
Color information
#200514 (or 0x200514) is known color: Blackberry. HEX triplet: 20, 05 and 14. RGB value is (32,5,20). Sum of RGB (Red+Green+Blue) = 32+5+20=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #200514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200514 is #DFFAEB. Grayscale: #0E0E0E. Windows color (decimal): -14678764 or 1312032. OLE color: 1312032.
HSL color Cylindrical-coordinate representation of color #200514: hue angle of 326.67º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200514 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 5 | 20 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.87 |
| HSL | 326.67º | 0.73% | 0.07% | - |
| HSV(B) | 326.67º | 0.84% | 0.13% | - |
| XYZ | 0.78 | 0.47 | 0.71 | - |
| YUV | 14.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 20 | 0 | 0.84 | 0.37 | 0.87 | 326.67 | 0.73 | 0.07 |
| Hex | 20 | 5 | 14 | 0 | 54 | 25 | 57 | 147 | 49 | 7 |
| Octal | 40 | 5 | 24 | 0 | 124 | 45 | 127 | 507 | 111 | 7 |
| Binary | 100000 | 101 | 10100 | 0 | 1010100 | 100101 | 1010111 | 101000111 | 1001001 | 111 |
Color Harmonies of #200514
Complementary color
Monochromatic Colors of #200514
Black with #200514
Text Example
Text Example
White with #200514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200514; }
p { color: rgb(32,5,20); }
H1.HeaderClassName
{
color: #200514;
}
.AnyTagClassName
{
color: #200514;
}
</style>
background-color css
<style>
a { background-color: #200514; }
a { background-color: rgb(32,5,20); }
div.DivClassName
{
background-color: #200514;
}
.BgClassName
{
background-color: #200514;
}
</style>
border-color css
<style>
span { border-color: #200514; }
span { border-color: rgb(32,5,20); }
td.TdClassName
{
border-color: #200514;
}
.TagClassName
{
border-color: #200514;
}
</style>