Shades of Blackcurrant #200224
Tints of Blackcurrant #200224
RGB
CMYK
RGB Variations
Color information
#200224 (or 0x200224) is known color: Blackcurrant. HEX triplet: 20, 02 and 24. RGB value is (32,2,36). Sum of RGB (Red+Green+Blue) = 32+2+36=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 36 (14.45% from 255 or 51.43% from 70); Max value from RGB is 36 - color contains mainly: blue. Hex color #200224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200224 is #DFFDDB. Grayscale: #0E0E0E. Windows color (decimal): -14679516 or 2359840. OLE color: 2359840.
HSL color Cylindrical-coordinate representation of color #200224: hue angle of 292.94º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200224 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 2 | 36 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.86 |
| HSL | 292.94º | 0.89% | 0.07% | - |
| HSV(B) | 292.94º | 0.94% | 0.14% | - |
| XYZ | 0.94 | 0.48 | 1.71 | - |
| YUV | 14.85 | 139.94 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 36 | 0.11 | 0.94 | 0 | 0.86 | 292.94 | 0.89 | 0.07 |
| Hex | 20 | 2 | 24 | B | 5E | 0 | 56 | 125 | 59 | 7 |
| Octal | 40 | 2 | 44 | 13 | 136 | 0 | 126 | 445 | 131 | 7 |
| Binary | 100000 | 10 | 100100 | 1011 | 1011110 | 0 | 1010110 | 100100101 | 1011001 | 111 |
Color Harmonies of #200224
Complementary color
Monochromatic Colors of #200224
Black with #200224
Text Example
Text Example
White with #200224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200224; }
p { color: rgb(32,2,36); }
H1.HeaderClassName
{
color: #200224;
}
.AnyTagClassName
{
color: #200224;
}
</style>
background-color css
<style>
a { background-color: #200224; }
a { background-color: rgb(32,2,36); }
div.DivClassName
{
background-color: #200224;
}
.BgClassName
{
background-color: #200224;
}
</style>
border-color css
<style>
span { border-color: #200224; }
span { border-color: rgb(32,2,36); }
td.TdClassName
{
border-color: #200224;
}
.TagClassName
{
border-color: #200224;
}
</style>