Shades of Blackberry #200716
Tints of Blackberry #200716
RGB
CMYK
RGB Variations
Color information
#200716 (or 0x200716) is known color: Blackberry. HEX triplet: 20, 07 and 16. RGB value is (32,7,22). Sum of RGB (Red+Green+Blue) = 32+7+22=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #200716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200716 is #DFF8E9. Grayscale: #101010. Windows color (decimal): -14678250 or 1443616. OLE color: 1443616.
HSL color Cylindrical-coordinate representation of color #200716: hue angle of 324º 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 #200716 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 7 | 22 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.87 |
| HSL | 324º | 0.64% | 0.08% | - |
| HSV(B) | 324º | 0.78% | 0.13% | - |
| XYZ | 0.82 | 0.52 | 0.82 | - |
| YUV | 16.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 22 | 0 | 0.78 | 0.31 | 0.87 | 324 | 0.64 | 0.08 |
| Hex | 20 | 7 | 16 | 0 | 4E | 1F | 57 | 144 | 40 | 8 |
| Octal | 40 | 7 | 26 | 0 | 116 | 37 | 127 | 504 | 100 | 10 |
| Binary | 100000 | 111 | 10110 | 0 | 1001110 | 11111 | 1010111 | 101000100 | 1000000 | 1000 |
Color Harmonies of #200716
Complementary color
Monochromatic Colors of #200716
Black with #200716
Text Example
Text Example
White with #200716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200716; }
p { color: rgb(32,7,22); }
H1.HeaderClassName
{
color: #200716;
}
.AnyTagClassName
{
color: #200716;
}
</style>
background-color css
<style>
a { background-color: #200716; }
a { background-color: rgb(32,7,22); }
div.DivClassName
{
background-color: #200716;
}
.BgClassName
{
background-color: #200716;
}
</style>
border-color css
<style>
span { border-color: #200716; }
span { border-color: rgb(32,7,22); }
td.TdClassName
{
border-color: #200716;
}
.TagClassName
{
border-color: #200716;
}
</style>