Shades of Blackcurrant #200044
Tints of Blackcurrant #200044
RGB
CMYK
RGB Variations
Color information
#200044 (or 0x200044) is known color: Blackcurrant. HEX triplet: 20, 00 and 44. RGB value is (32,0,68). Sum of RGB (Red+Green+Blue) = 32+0+68=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 68 (26.95% from 255 or 68% from 100); Max value from RGB is 68 - color contains mainly: blue. Hex color #200044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200044 is #DFFFBB. Grayscale: #111111. Windows color (decimal): -14679996 or 4456480. OLE color: 4456480.
HSL color Cylindrical-coordinate representation of color #200044: hue angle of 268.24º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200044 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 0 | 68 | - |
| CMYK | 0.53 | 1 | 0 | 0.73 |
| HSL | 268.24º | 1% | 0.13% | - |
| HSV(B) | 268.24º | 1% | 0.27% | - |
| XYZ | 1.64 | 0.72 | 5.52 | - |
| YUV | 17.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 68 | 0.53 | 1 | 0 | 0.73 | 268.24 | 1 | 0.13 |
| Hex | 20 | 0 | 44 | 35 | 64 | 0 | 49 | 10C | 64 | D |
| Octal | 40 | 0 | 104 | 65 | 144 | 0 | 111 | 414 | 144 | 15 |
| Binary | 100000 | 0 | 1000100 | 110101 | 1100100 | 0 | 1001001 | 100001100 | 1100100 | 1101 |
Color Harmonies of #200044
Complementary color
Monochromatic Colors of #200044
Black with #200044
Text Example
Text Example
White with #200044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200044; }
p { color: rgb(32,0,68); }
H1.HeaderClassName
{
color: #200044;
}
.AnyTagClassName
{
color: #200044;
}
</style>
background-color css
<style>
a { background-color: #200044; }
a { background-color: rgb(32,0,68); }
div.DivClassName
{
background-color: #200044;
}
.BgClassName
{
background-color: #200044;
}
</style>
border-color css
<style>
span { border-color: #200044; }
span { border-color: rgb(32,0,68); }
td.TdClassName
{
border-color: #200044;
}
.TagClassName
{
border-color: #200044;
}
</style>