Shades of Blackcurrant #200129
Tints of Blackcurrant #200129
RGB
CMYK
RGB Variations
Color information
#200129 (or 0x200129) is known color: Blackcurrant. HEX triplet: 20, 01 and 29. RGB value is (32,1,41). Sum of RGB (Red+Green+Blue) = 32+1+41=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 41 (16.41% from 255 or 55.41% from 74); Max value from RGB is 41 - color contains mainly: blue. Hex color #200129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200129 is #DFFED6. Grayscale: #0E0E0E. Windows color (decimal): -14679767 or 2687264. OLE color: 2687264.
HSL color Cylindrical-coordinate representation of color #200129: hue angle of 286.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200129 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 1 | 41 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.84 |
| HSL | 286.5º | 0.95% | 0.08% | - |
| HSV(B) | 286.5º | 0.98% | 0.16% | - |
| XYZ | 1.01 | 0.49 | 2.14 | - |
| YUV | 14.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 41 | 0.22 | 0.98 | 0 | 0.84 | 286.5 | 0.95 | 0.08 |
| Hex | 20 | 1 | 29 | 16 | 62 | 0 | 54 | 11E | 5F | 8 |
| Octal | 40 | 1 | 51 | 26 | 142 | 0 | 124 | 436 | 137 | 10 |
| Binary | 100000 | 1 | 101001 | 10110 | 1100010 | 0 | 1010100 | 100011110 | 1011111 | 1000 |
Color Harmonies of #200129
Complementary color
Monochromatic Colors of #200129
Black with #200129
Text Example
Text Example
White with #200129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200129; }
p { color: rgb(32,1,41); }
H1.HeaderClassName
{
color: #200129;
}
.AnyTagClassName
{
color: #200129;
}
</style>
background-color css
<style>
a { background-color: #200129; }
a { background-color: rgb(32,1,41); }
div.DivClassName
{
background-color: #200129;
}
.BgClassName
{
background-color: #200129;
}
</style>
border-color css
<style>
span { border-color: #200129; }
span { border-color: rgb(32,1,41); }
td.TdClassName
{
border-color: #200129;
}
.TagClassName
{
border-color: #200129;
}
</style>