Shades of Blackcurrant #200E29
Tints of Blackcurrant #200E29
RGB
CMYK
RGB Variations
Color information
#200E29 (or 0x200E29) is known color: Blackcurrant. HEX triplet: 20, 0E and 29. RGB value is (32,14,41). Sum of RGB (Red+Green+Blue) = 32+14+41=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 41 (16.41% from 255 or 47.13% from 87); Max value from RGB is 41 - color contains mainly: blue. Hex color #200E29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E29 is #DFF1D6. Grayscale: #161616. Windows color (decimal): -14676439 or 2690592. OLE color: 2690592.
HSL color Cylindrical-coordinate representation of color #200E29: hue angle of 280º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #200E29 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 14 | 41 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.84 |
| HSL | 280º | 0.49% | 0.11% | - |
| HSV(B) | 280º | 0.66% | 0.16% | - |
| XYZ | 1.15 | 0.78 | 2.19 | - |
| YUV | 22.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 41 | 0.22 | 0.66 | 0 | 0.84 | 280 | 0.49 | 0.11 |
| Hex | 20 | E | 29 | 16 | 42 | 0 | 54 | 118 | 31 | B |
| Octal | 40 | 16 | 51 | 26 | 102 | 0 | 124 | 430 | 61 | 13 |
| Binary | 100000 | 1110 | 101001 | 10110 | 1000010 | 0 | 1010100 | 100011000 | 110001 | 1011 |
Color Harmonies of #200E29
Complementary color
Monochromatic Colors of #200E29
Black with #200E29
Text Example
Text Example
White with #200E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E29; }
p { color: rgb(32,14,41); }
H1.HeaderClassName
{
color: #200E29;
}
.AnyTagClassName
{
color: #200E29;
}
</style>
background-color css
<style>
a { background-color: #200E29; }
a { background-color: rgb(32,14,41); }
div.DivClassName
{
background-color: #200E29;
}
.BgClassName
{
background-color: #200E29;
}
</style>
border-color css
<style>
span { border-color: #200E29; }
span { border-color: rgb(32,14,41); }
td.TdClassName
{
border-color: #200E29;
}
.TagClassName
{
border-color: #200E29;
}
</style>