Shades of Blackberry #200A18
Tints of Blackberry #200A18
RGB
CMYK
RGB Variations
Color information
#200A18 (or 0x200A18) is known color: Blackberry. HEX triplet: 20, 0A and 18. RGB value is (32,10,24). Sum of RGB (Red+Green+Blue) = 32+10+24=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #200A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A18 is #DFF5E7. Grayscale: #121212. Windows color (decimal): -14677480 or 1575456. OLE color: 1575456.
HSL color Cylindrical-coordinate representation of color #200A18: hue angle of 321.82º 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 #200A18 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 10 | 24 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.87 |
| HSL | 321.82º | 0.52% | 0.08% | - |
| HSV(B) | 321.82º | 0.69% | 0.13% | - |
| XYZ | 0.87 | 0.59 | 0.93 | - |
| YUV | 18.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 24 | 0 | 0.69 | 0.25 | 0.87 | 321.82 | 0.52 | 0.08 |
| Hex | 20 | A | 18 | 0 | 45 | 19 | 57 | 142 | 34 | 8 |
| Octal | 40 | 12 | 30 | 0 | 105 | 31 | 127 | 502 | 64 | 10 |
| Binary | 100000 | 1010 | 11000 | 0 | 1000101 | 11001 | 1010111 | 101000010 | 110100 | 1000 |
Color Harmonies of #200A18
Complementary color
Monochromatic Colors of #200A18
Black with #200A18
Text Example
Text Example
White with #200A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A18; }
p { color: rgb(32,10,24); }
H1.HeaderClassName
{
color: #200A18;
}
.AnyTagClassName
{
color: #200A18;
}
</style>
background-color css
<style>
a { background-color: #200A18; }
a { background-color: rgb(32,10,24); }
div.DivClassName
{
background-color: #200A18;
}
.BgClassName
{
background-color: #200A18;
}
</style>
border-color css
<style>
span { border-color: #200A18; }
span { border-color: rgb(32,10,24); }
td.TdClassName
{
border-color: #200A18;
}
.TagClassName
{
border-color: #200A18;
}
</style>