Shades of Blackcurrant #200E37
Tints of Blackcurrant #200E37
RGB
CMYK
RGB Variations
Color information
#200E37 (or 0x200E37) is known color: Blackcurrant. HEX triplet: 20, 0E and 37. RGB value is (32,14,55). Sum of RGB (Red+Green+Blue) = 32+14+55=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 55 (21.88% from 255 or 54.46% from 101); Max value from RGB is 55 - color contains mainly: blue. Hex color #200E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E37 is #DFF1C8. Grayscale: #171717. Windows color (decimal): -14676425 or 3608096. OLE color: 3608096.
HSL color Cylindrical-coordinate representation of color #200E37: hue angle of 266.34º degrees, saturation: 0.59, 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 #200E37 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 14 | 55 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.78 |
| HSL | 266.34º | 0.59% | 0.14% | - |
| HSV(B) | 266.34º | 0.75% | 0.22% | - |
| XYZ | 1.44 | 0.9 | 3.71 | - |
| YUV | 24.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 55 | 0.42 | 0.75 | 0 | 0.78 | 266.34 | 0.59 | 0.14 |
| Hex | 20 | E | 37 | 2A | 4B | 0 | 4E | 10A | 3B | E |
| Octal | 40 | 16 | 67 | 52 | 113 | 0 | 116 | 412 | 73 | 16 |
| Binary | 100000 | 1110 | 110111 | 101010 | 1001011 | 0 | 1001110 | 100001010 | 111011 | 1110 |
Color Harmonies of #200E37
Complementary color
Monochromatic Colors of #200E37
Black with #200E37
Text Example
Text Example
White with #200E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E37; }
p { color: rgb(32,14,55); }
H1.HeaderClassName
{
color: #200E37;
}
.AnyTagClassName
{
color: #200E37;
}
</style>
background-color css
<style>
a { background-color: #200E37; }
a { background-color: rgb(32,14,55); }
div.DivClassName
{
background-color: #200E37;
}
.BgClassName
{
background-color: #200E37;
}
</style>
border-color css
<style>
span { border-color: #200E37; }
span { border-color: rgb(32,14,55); }
td.TdClassName
{
border-color: #200E37;
}
.TagClassName
{
border-color: #200E37;
}
</style>