Shades of Blackberry #200112
Tints of Blackberry #200112
RGB
CMYK
RGB Variations
Color information
#200112 (or 0x200112) is known color: Blackberry. HEX triplet: 20, 01 and 12. RGB value is (32,1,18). Sum of RGB (Red+Green+Blue) = 32+1+18=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #200112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200112 is #DFFEED. Grayscale: #0C0C0C. Windows color (decimal): -14679790 or 1179936. OLE color: 1179936.
HSL color Cylindrical-coordinate representation of color #200112: hue angle of 327.1º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200112 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 1 | 18 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.87 |
| HSL | 327.1º | 0.94% | 0.06% | - |
| HSV(B) | 327.1º | 0.97% | 0.13% | - |
| XYZ | 0.72 | 0.37 | 0.61 | - |
| YUV | 12.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 18 | 0 | 0.97 | 0.44 | 0.87 | 327.1 | 0.94 | 0.06 |
| Hex | 20 | 1 | 12 | 0 | 61 | 2C | 57 | 147 | 5E | 6 |
| Octal | 40 | 1 | 22 | 0 | 141 | 54 | 127 | 507 | 136 | 6 |
| Binary | 100000 | 1 | 10010 | 0 | 1100001 | 101100 | 1010111 | 101000111 | 1011110 | 110 |
Color Harmonies of #200112
Complementary color
Monochromatic Colors of #200112
Black with #200112
Text Example
Text Example
White with #200112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200112; }
p { color: rgb(32,1,18); }
H1.HeaderClassName
{
color: #200112;
}
.AnyTagClassName
{
color: #200112;
}
</style>
background-color css
<style>
a { background-color: #200112; }
a { background-color: rgb(32,1,18); }
div.DivClassName
{
background-color: #200112;
}
.BgClassName
{
background-color: #200112;
}
</style>
border-color css
<style>
span { border-color: #200112; }
span { border-color: rgb(32,1,18); }
td.TdClassName
{
border-color: #200112;
}
.TagClassName
{
border-color: #200112;
}
</style>