Shades of Blackcurrant #200E32
Tints of Blackcurrant #200E32
RGB
CMYK
RGB Variations
Color information
#200E32 (or 0x200E32) is known color: Blackcurrant. HEX triplet: 20, 0E and 32. RGB value is (32,14,50). Sum of RGB (Red+Green+Blue) = 32+14+50=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #200E32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E32 is #DFF1CD. Grayscale: #171717. Windows color (decimal): -14676430 or 3280416. OLE color: 3280416.
HSL color Cylindrical-coordinate representation of color #200E32: hue angle of 270º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #200E32 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 14 | 50 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.80 |
| HSL | 270º | 0.56% | 0.13% | - |
| HSV(B) | 270º | 0.72% | 0.2% | - |
| XYZ | 1.33 | 0.85 | 3.11 | - |
| YUV | 23.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 50 | 0.36 | 0.72 | 0 | 0.80 | 270 | 0.56 | 0.13 |
| Hex | 20 | E | 32 | 24 | 48 | 0 | 50 | 10E | 38 | D |
| Octal | 40 | 16 | 62 | 44 | 110 | 0 | 120 | 416 | 70 | 15 |
| Binary | 100000 | 1110 | 110010 | 100100 | 1001000 | 0 | 1010000 | 100001110 | 111000 | 1101 |
Color Harmonies of #200E32
Complementary color
Monochromatic Colors of #200E32
Black with #200E32
Text Example
Text Example
White with #200E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E32; }
p { color: rgb(32,14,50); }
H1.HeaderClassName
{
color: #200E32;
}
.AnyTagClassName
{
color: #200E32;
}
</style>
background-color css
<style>
a { background-color: #200E32; }
a { background-color: rgb(32,14,50); }
div.DivClassName
{
background-color: #200E32;
}
.BgClassName
{
background-color: #200E32;
}
</style>
border-color css
<style>
span { border-color: #200E32; }
span { border-color: rgb(32,14,50); }
td.TdClassName
{
border-color: #200E32;
}
.TagClassName
{
border-color: #200E32;
}
</style>