Shades of Blackcurrant #200E3A
Tints of Blackcurrant #200E3A
RGB
CMYK
RGB Variations
Color information
#200E3A (or 0x200E3A) is known color: Blackcurrant. HEX triplet: 20, 0E and 3A. RGB value is (32,14,58). Sum of RGB (Red+Green+Blue) = 32+14+58=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #200E3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E3A is #DFF1C5. Grayscale: #181818. Windows color (decimal): -14676422 or 3804704. OLE color: 3804704.
HSL color Cylindrical-coordinate representation of color #200E3A: hue angle of 264.55º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #200E3A is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 14 | 58 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.77 |
| HSL | 264.55º | 0.61% | 0.14% | - |
| HSV(B) | 264.55º | 0.76% | 0.23% | - |
| XYZ | 1.52 | 0.93 | 4.1 | - |
| YUV | 24.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 58 | 0.45 | 0.76 | 0 | 0.77 | 264.55 | 0.61 | 0.14 |
| Hex | 20 | E | 3A | 2D | 4C | 0 | 4D | 109 | 3D | E |
| Octal | 40 | 16 | 72 | 55 | 114 | 0 | 115 | 411 | 75 | 16 |
| Binary | 100000 | 1110 | 111010 | 101101 | 1001100 | 0 | 1001101 | 100001001 | 111101 | 1110 |
Color Harmonies of #200E3A
Complementary color
Monochromatic Colors of #200E3A
Black with #200E3A
Text Example
Text Example
White with #200E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E3A; }
p { color: rgb(32,14,58); }
H1.HeaderClassName
{
color: #200E3A;
}
.AnyTagClassName
{
color: #200E3A;
}
</style>
background-color css
<style>
a { background-color: #200E3A; }
a { background-color: rgb(32,14,58); }
div.DivClassName
{
background-color: #200E3A;
}
.BgClassName
{
background-color: #200E3A;
}
</style>
border-color css
<style>
span { border-color: #200E3A; }
span { border-color: rgb(32,14,58); }
td.TdClassName
{
border-color: #200E3A;
}
.TagClassName
{
border-color: #200E3A;
}
</style>