Shades of Blackcurrant #20142D
Tints of Blackcurrant #20142D
RGB
CMYK
RGB Variations
Color information
#20142D (or 0x20142D) is known color: Blackcurrant. HEX triplet: 20, 14 and 2D. RGB value is (32,20,45). Sum of RGB (Red+Green+Blue) = 32+20+45=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #20142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20142D is #DFEBD2. Grayscale: #1A1A1A. Windows color (decimal): -14674899 or 2954272. OLE color: 2954272.
HSL color Cylindrical-coordinate representation of color #20142D: hue angle of 268.8º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20142D is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 20 | 45 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.82 |
| HSL | 268.8º | 0.38% | 0.13% | - |
| HSV(B) | 268.8º | 0.56% | 0.18% | - |
| XYZ | 1.32 | 1 | 2.61 | - |
| YUV | 26.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 45 | 0.29 | 0.56 | 0 | 0.82 | 268.8 | 0.38 | 0.13 |
| Hex | 20 | 14 | 2D | 1D | 38 | 0 | 52 | 10D | 26 | D |
| Octal | 40 | 24 | 55 | 35 | 70 | 0 | 122 | 415 | 46 | 15 |
| Binary | 100000 | 10100 | 101101 | 11101 | 111000 | 0 | 1010010 | 100001101 | 100110 | 1101 |
Color Harmonies of #20142D
Complementary color
Monochromatic Colors of #20142D
Black with #20142D
Text Example
Text Example
White with #20142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20142D; }
p { color: rgb(32,20,45); }
H1.HeaderClassName
{
color: #20142D;
}
.AnyTagClassName
{
color: #20142D;
}
</style>
background-color css
<style>
a { background-color: #20142D; }
a { background-color: rgb(32,20,45); }
div.DivClassName
{
background-color: #20142D;
}
.BgClassName
{
background-color: #20142D;
}
</style>
border-color css
<style>
span { border-color: #20142D; }
span { border-color: rgb(32,20,45); }
td.TdClassName
{
border-color: #20142D;
}
.TagClassName
{
border-color: #20142D;
}
</style>