Shades of Blackcurrant #200240
Tints of Blackcurrant #200240
RGB
CMYK
RGB Variations
Color information
#200240 (or 0x200240) is known color: Blackcurrant. HEX triplet: 20, 02 and 40. RGB value is (32,2,64). Sum of RGB (Red+Green+Blue) = 32+2+64=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #200240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200240 is #DFFDBF. Grayscale: #111111. Windows color (decimal): -14679488 or 4194848. OLE color: 4194848.
HSL color Cylindrical-coordinate representation of color #200240: hue angle of 269.03º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200240 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 2 | 64 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.75 |
| HSL | 269.03º | 0.94% | 0.13% | - |
| HSV(B) | 269.03º | 0.97% | 0.25% | - |
| XYZ | 1.54 | 0.72 | 4.91 | - |
| YUV | 18.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 64 | 0.50 | 0.97 | 0 | 0.75 | 269.03 | 0.94 | 0.13 |
| Hex | 20 | 2 | 40 | 32 | 61 | 0 | 4B | 10D | 5E | D |
| Octal | 40 | 2 | 100 | 62 | 141 | 0 | 113 | 415 | 136 | 15 |
| Binary | 100000 | 10 | 1000000 | 110010 | 1100001 | 0 | 1001011 | 100001101 | 1011110 | 1101 |
Color Harmonies of #200240
Complementary color
Monochromatic Colors of #200240
Black with #200240
Text Example
Text Example
White with #200240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200240; }
p { color: rgb(32,2,64); }
H1.HeaderClassName
{
color: #200240;
}
.AnyTagClassName
{
color: #200240;
}
</style>
background-color css
<style>
a { background-color: #200240; }
a { background-color: rgb(32,2,64); }
div.DivClassName
{
background-color: #200240;
}
.BgClassName
{
background-color: #200240;
}
</style>
border-color css
<style>
span { border-color: #200240; }
span { border-color: rgb(32,2,64); }
td.TdClassName
{
border-color: #200240;
}
.TagClassName
{
border-color: #200240;
}
</style>