Shades of Blackberry #200714
Tints of Blackberry #200714
RGB
CMYK
RGB Variations
Color information
#200714 (or 0x200714) is known color: Blackberry. HEX triplet: 20, 07 and 14. RGB value is (32,7,20). Sum of RGB (Red+Green+Blue) = 32+7+20=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #200714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200714 is #DFF8EB. Grayscale: #0F0F0F. Windows color (decimal): -14678252 or 1312544. OLE color: 1312544.
HSL color Cylindrical-coordinate representation of color #200714: hue angle of 328.8º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #200714 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 7 | 20 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.87 |
| HSL | 328.8º | 0.64% | 0.08% | - |
| HSV(B) | 328.8º | 0.78% | 0.13% | - |
| XYZ | 0.8 | 0.51 | 0.72 | - |
| YUV | 15.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 20 | 0 | 0.78 | 0.37 | 0.87 | 328.8 | 0.64 | 0.08 |
| Hex | 20 | 7 | 14 | 0 | 4E | 25 | 57 | 149 | 40 | 8 |
| Octal | 40 | 7 | 24 | 0 | 116 | 45 | 127 | 511 | 100 | 10 |
| Binary | 100000 | 111 | 10100 | 0 | 1001110 | 100101 | 1010111 | 101001001 | 1000000 | 1000 |
Color Harmonies of #200714
Complementary color
Monochromatic Colors of #200714
Black with #200714
Text Example
Text Example
White with #200714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200714; }
p { color: rgb(32,7,20); }
H1.HeaderClassName
{
color: #200714;
}
.AnyTagClassName
{
color: #200714;
}
</style>
background-color css
<style>
a { background-color: #200714; }
a { background-color: rgb(32,7,20); }
div.DivClassName
{
background-color: #200714;
}
.BgClassName
{
background-color: #200714;
}
</style>
border-color css
<style>
span { border-color: #200714; }
span { border-color: rgb(32,7,20); }
td.TdClassName
{
border-color: #200714;
}
.TagClassName
{
border-color: #200714;
}
</style>