Shades of Blackcurrant #200E2C
Tints of Blackcurrant #200E2C
RGB
CMYK
RGB Variations
Color information
#200E2C (or 0x200E2C) is known color: Blackcurrant. HEX triplet: 20, 0E and 2C. RGB value is (32,14,44). Sum of RGB (Red+Green+Blue) = 32+14+44=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #200E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E2C is #DFF1D3. Grayscale: #161616. Windows color (decimal): -14676436 or 2887200. OLE color: 2887200.
HSL color Cylindrical-coordinate representation of color #200E2C: hue angle of 276º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #200E2C is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 14 | 44 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.83 |
| HSL | 276º | 0.52% | 0.11% | - |
| HSV(B) | 276º | 0.68% | 0.17% | - |
| XYZ | 1.21 | 0.8 | 2.47 | - |
| YUV | 22.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 44 | 0.27 | 0.68 | 0 | 0.83 | 276 | 0.52 | 0.11 |
| Hex | 20 | E | 2C | 1B | 44 | 0 | 53 | 114 | 34 | B |
| Octal | 40 | 16 | 54 | 33 | 104 | 0 | 123 | 424 | 64 | 13 |
| Binary | 100000 | 1110 | 101100 | 11011 | 1000100 | 0 | 1010011 | 100010100 | 110100 | 1011 |
Color Harmonies of #200E2C
Complementary color
Monochromatic Colors of #200E2C
Black with #200E2C
Text Example
Text Example
White with #200E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E2C; }
p { color: rgb(32,14,44); }
H1.HeaderClassName
{
color: #200E2C;
}
.AnyTagClassName
{
color: #200E2C;
}
</style>
background-color css
<style>
a { background-color: #200E2C; }
a { background-color: rgb(32,14,44); }
div.DivClassName
{
background-color: #200E2C;
}
.BgClassName
{
background-color: #200E2C;
}
</style>
border-color css
<style>
span { border-color: #200E2C; }
span { border-color: rgb(32,14,44); }
td.TdClassName
{
border-color: #200E2C;
}
.TagClassName
{
border-color: #200E2C;
}
</style>