Shades of Blackberry #200A16
Tints of Blackberry #200A16
RGB
CMYK
RGB Variations
Color information
#200A16 (or 0x200A16) is known color: Blackberry. HEX triplet: 20, 0A and 16. RGB value is (32,10,22). Sum of RGB (Red+Green+Blue) = 32+10+22=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #200A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A16 is #DFF5E9. Grayscale: #111111. Windows color (decimal): -14677482 or 1444384. OLE color: 1444384.
HSL color Cylindrical-coordinate representation of color #200A16: hue angle of 327.27º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200A16 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 10 | 22 | - |
CMYK | 0 | 0.69 | 0.31 | 0.87 |
HSL | 327.27º | 0.52% | 0.08% | - |
HSV(B) | 327.27º | 0.69% | 0.13% | - |
XYZ | 0.85 | 0.58 | 0.83 | - |
YUV | 17.95 | 130.29 | 138.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 10 | 22 | 0 | 0.69 | 0.31 | 0.87 | 327.27 | 0.52 | 0.08 |
Hex | 20 | A | 16 | 0 | 45 | 1F | 57 | 147 | 34 | 8 |
Octal | 40 | 12 | 26 | 0 | 105 | 37 | 127 | 507 | 64 | 10 |
Binary | 100000 | 1010 | 10110 | 0 | 1000101 | 11111 | 1010111 | 101000111 | 110100 | 1000 |
Color Harmonies of #200A16
Complementary color
Monochromatic Colors of #200A16
Black with #200A16
Text Example
Text Example
White with #200A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A16; }
p { color: rgb(32,10,22); }
H1.HeaderClassName
{
color: #200A16;
}
.AnyTagClassName
{
color: #200A16;
}
</style>
background-color css
<style>
a { background-color: #200A16; }
a { background-color: rgb(32,10,22); }
div.DivClassName
{
background-color: #200A16;
}
.BgClassName
{
background-color: #200A16;
}
</style>
border-color css
<style>
span { border-color: #200A16; }
span { border-color: rgb(32,10,22); }
td.TdClassName
{
border-color: #200A16;
}
.TagClassName
{
border-color: #200A16;
}
</style>