Shades of Blackcurrant #200229
Tints of Blackcurrant #200229
RGB
CMYK
RGB Variations
Color information
#200229 (or 0x200229) is known color: Blackcurrant. HEX triplet: 20, 02 and 29. RGB value is (32,2,41). Sum of RGB (Red+Green+Blue) = 32+2+41=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #200229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200229 is #DFFDD6. Grayscale: #0F0F0F. Windows color (decimal): -14679511 or 2687520. OLE color: 2687520.
HSL color Cylindrical-coordinate representation of color #200229: hue angle of 286.15º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200229 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 2 | 41 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.84 |
| HSL | 286.15º | 0.91% | 0.08% | - |
| HSV(B) | 286.15º | 0.95% | 0.16% | - |
| XYZ | 1.02 | 0.51 | 2.14 | - |
| YUV | 15.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 41 | 0.22 | 0.95 | 0 | 0.84 | 286.15 | 0.91 | 0.08 |
| Hex | 20 | 2 | 29 | 16 | 5F | 0 | 54 | 11E | 5B | 8 |
| Octal | 40 | 2 | 51 | 26 | 137 | 0 | 124 | 436 | 133 | 10 |
| Binary | 100000 | 10 | 101001 | 10110 | 1011111 | 0 | 1010100 | 100011110 | 1011011 | 1000 |
Color Harmonies of #200229
Complementary color
Monochromatic Colors of #200229
Black with #200229
Text Example
Text Example
White with #200229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200229; }
p { color: rgb(32,2,41); }
H1.HeaderClassName
{
color: #200229;
}
.AnyTagClassName
{
color: #200229;
}
</style>
background-color css
<style>
a { background-color: #200229; }
a { background-color: rgb(32,2,41); }
div.DivClassName
{
background-color: #200229;
}
.BgClassName
{
background-color: #200229;
}
</style>
border-color css
<style>
span { border-color: #200229; }
span { border-color: rgb(32,2,41); }
td.TdClassName
{
border-color: #200229;
}
.TagClassName
{
border-color: #200229;
}
</style>