Shades of Blackcurrant #20142B
Tints of Blackcurrant #20142B
RGB
CMYK
RGB Variations
Color information
#20142B (or 0x20142B) is known color: Blackcurrant. HEX triplet: 20, 14 and 2B. RGB value is (32,20,43). Sum of RGB (Red+Green+Blue) = 32+20+43=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #20142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20142B is #DFEBD4. Grayscale: #1A1A1A. Windows color (decimal): -14674901 or 2823200. OLE color: 2823200.
HSL color Cylindrical-coordinate representation of color #20142B: hue angle of 271.3º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #20142B is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 20 | 43 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.83 |
| HSL | 271.3º | 0.37% | 0.12% | - |
| HSV(B) | 271.3º | 0.53% | 0.17% | - |
| XYZ | 1.28 | 0.98 | 2.41 | - |
| YUV | 26.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 43 | 0.26 | 0.53 | 0 | 0.83 | 271.3 | 0.37 | 0.12 |
| Hex | 20 | 14 | 2B | 1A | 35 | 0 | 53 | 10F | 25 | C |
| Octal | 40 | 24 | 53 | 32 | 65 | 0 | 123 | 417 | 45 | 14 |
| Binary | 100000 | 10100 | 101011 | 11010 | 110101 | 0 | 1010011 | 100001111 | 100101 | 1100 |
Color Harmonies of #20142B
Complementary color
Monochromatic Colors of #20142B
Black with #20142B
Text Example
Text Example
White with #20142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20142B; }
p { color: rgb(32,20,43); }
H1.HeaderClassName
{
color: #20142B;
}
.AnyTagClassName
{
color: #20142B;
}
</style>
background-color css
<style>
a { background-color: #20142B; }
a { background-color: rgb(32,20,43); }
div.DivClassName
{
background-color: #20142B;
}
.BgClassName
{
background-color: #20142B;
}
</style>
border-color css
<style>
span { border-color: #20142B; }
span { border-color: rgb(32,20,43); }
td.TdClassName
{
border-color: #20142B;
}
.TagClassName
{
border-color: #20142B;
}
</style>