Shades of Blackcurrant #200E39
Tints of Blackcurrant #200E39
RGB
CMYK
RGB Variations
Color information
#200E39 (or 0x200E39) is known color: Blackcurrant. HEX triplet: 20, 0E and 39. RGB value is (32,14,57). Sum of RGB (Red+Green+Blue) = 32+14+57=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #200E39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E39 is #DFF1C6. Grayscale: #181818. Windows color (decimal): -14676423 or 3739168. OLE color: 3739168.
HSL color Cylindrical-coordinate representation of color #200E39: hue angle of 265.12º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #200E39 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 14 | 57 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.78 |
| HSL | 265.12º | 0.61% | 0.14% | - |
| HSV(B) | 265.12º | 0.75% | 0.22% | - |
| XYZ | 1.49 | 0.92 | 3.97 | - |
| YUV | 24.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 57 | 0.44 | 0.75 | 0 | 0.78 | 265.12 | 0.61 | 0.14 |
| Hex | 20 | E | 39 | 2C | 4B | 0 | 4E | 109 | 3D | E |
| Octal | 40 | 16 | 71 | 54 | 113 | 0 | 116 | 411 | 75 | 16 |
| Binary | 100000 | 1110 | 111001 | 101100 | 1001011 | 0 | 1001110 | 100001001 | 111101 | 1110 |
Color Harmonies of #200E39
Complementary color
Monochromatic Colors of #200E39
Black with #200E39
Text Example
Text Example
White with #200E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E39; }
p { color: rgb(32,14,57); }
H1.HeaderClassName
{
color: #200E39;
}
.AnyTagClassName
{
color: #200E39;
}
</style>
background-color css
<style>
a { background-color: #200E39; }
a { background-color: rgb(32,14,57); }
div.DivClassName
{
background-color: #200E39;
}
.BgClassName
{
background-color: #200E39;
}
</style>
border-color css
<style>
span { border-color: #200E39; }
span { border-color: rgb(32,14,57); }
td.TdClassName
{
border-color: #200E39;
}
.TagClassName
{
border-color: #200E39;
}
</style>