Shades of Blackcurrant #200029
Tints of Blackcurrant #200029
RGB
CMYK
RGB Variations
Color information
#200029 (or 0x200029) is known color: Blackcurrant. HEX triplet: 20, 00 and 29. RGB value is (32,0,41). Sum of RGB (Red+Green+Blue) = 32+0+41=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 41 (16.41% from 255 or 56.16% from 73); Max value from RGB is 41 - color contains mainly: blue. Hex color #200029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200029 is #DFFFD6. Grayscale: #0E0E0E. Windows color (decimal): -14680023 or 2687008. OLE color: 2687008.
HSL color Cylindrical-coordinate representation of color #200029: hue angle of 286.83º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200029 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 0 | 41 | - |
| CMYK | 0.22 | 1 | 0 | 0.84 |
| HSL | 286.83º | 1% | 0.08% | - |
| HSV(B) | 286.83º | 1% | 0.16% | - |
| XYZ | 1 | 0.47 | 2.14 | - |
| YUV | 14.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 41 | 0.22 | 1 | 0 | 0.84 | 286.83 | 1 | 0.08 |
| Hex | 20 | 0 | 29 | 16 | 64 | 0 | 54 | 11F | 64 | 8 |
| Octal | 40 | 0 | 51 | 26 | 144 | 0 | 124 | 437 | 144 | 10 |
| Binary | 100000 | 0 | 101001 | 10110 | 1100100 | 0 | 1010100 | 100011111 | 1100100 | 1000 |
Color Harmonies of #200029
Complementary color
Monochromatic Colors of #200029
Black with #200029
Text Example
Text Example
White with #200029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200029; }
p { color: rgb(32,0,41); }
H1.HeaderClassName
{
color: #200029;
}
.AnyTagClassName
{
color: #200029;
}
</style>
background-color css
<style>
a { background-color: #200029; }
a { background-color: rgb(32,0,41); }
div.DivClassName
{
background-color: #200029;
}
.BgClassName
{
background-color: #200029;
}
</style>
border-color css
<style>
span { border-color: #200029; }
span { border-color: rgb(32,0,41); }
td.TdClassName
{
border-color: #200029;
}
.TagClassName
{
border-color: #200029;
}
</style>