Shades of Blackberry #200113
Tints of Blackberry #200113
RGB
CMYK
RGB Variations
Color information
#200113 (or 0x200113) is known color: Blackberry. HEX triplet: 20, 01 and 13. RGB value is (32,1,19). Sum of RGB (Red+Green+Blue) = 32+1+19=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #200113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200113 is #DFFEEC. Grayscale: #0C0C0C. Windows color (decimal): -14679789 or 1245472. OLE color: 1245472.
HSL color Cylindrical-coordinate representation of color #200113: hue angle of 325.16º 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 #200113 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 1 | 19 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.87 |
| HSL | 325.16º | 0.94% | 0.06% | - |
| HSV(B) | 325.16º | 0.97% | 0.13% | - |
| XYZ | 0.72 | 0.38 | 0.65 | - |
| YUV | 12.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 19 | 0 | 0.97 | 0.41 | 0.87 | 325.16 | 0.94 | 0.06 |
| Hex | 20 | 1 | 13 | 0 | 61 | 29 | 57 | 145 | 5E | 6 |
| Octal | 40 | 1 | 23 | 0 | 141 | 51 | 127 | 505 | 136 | 6 |
| Binary | 100000 | 1 | 10011 | 0 | 1100001 | 101001 | 1010111 | 101000101 | 1011110 | 110 |
Color Harmonies of #200113
Complementary color
Monochromatic Colors of #200113
Black with #200113
Text Example
Text Example
White with #200113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200113; }
p { color: rgb(32,1,19); }
H1.HeaderClassName
{
color: #200113;
}
.AnyTagClassName
{
color: #200113;
}
</style>
background-color css
<style>
a { background-color: #200113; }
a { background-color: rgb(32,1,19); }
div.DivClassName
{
background-color: #200113;
}
.BgClassName
{
background-color: #200113;
}
</style>
border-color css
<style>
span { border-color: #200113; }
span { border-color: rgb(32,1,19); }
td.TdClassName
{
border-color: #200113;
}
.TagClassName
{
border-color: #200113;
}
</style>