Shades of Blackcurrant #20122E
Tints of Blackcurrant #20122E
RGB
CMYK
RGB Variations
Color information
#20122E (or 0x20122E) is known color: Blackcurrant. HEX triplet: 20, 12 and 2E. RGB value is (32,18,46). Sum of RGB (Red+Green+Blue) = 32+18+46=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #20122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20122E is #DFEDD1. Grayscale: #191919. Windows color (decimal): -14675410 or 3019296. OLE color: 3019296.
HSL color Cylindrical-coordinate representation of color #20122E: hue angle of 270º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20122E is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 18 | 46 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.82 |
| HSL | 270º | 0.44% | 0.13% | - |
| HSV(B) | 270º | 0.61% | 0.18% | - |
| XYZ | 1.31 | 0.94 | 2.7 | - |
| YUV | 25.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 46 | 0.30 | 0.61 | 0 | 0.82 | 270 | 0.44 | 0.13 |
| Hex | 20 | 12 | 2E | 1E | 3D | 0 | 52 | 10E | 2C | D |
| Octal | 40 | 22 | 56 | 36 | 75 | 0 | 122 | 416 | 54 | 15 |
| Binary | 100000 | 10010 | 101110 | 11110 | 111101 | 0 | 1010010 | 100001110 | 101100 | 1101 |
Color Harmonies of #20122E
Complementary color
Monochromatic Colors of #20122E
Black with #20122E
Text Example
Text Example
White with #20122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20122E; }
p { color: rgb(32,18,46); }
H1.HeaderClassName
{
color: #20122E;
}
.AnyTagClassName
{
color: #20122E;
}
</style>
background-color css
<style>
a { background-color: #20122E; }
a { background-color: rgb(32,18,46); }
div.DivClassName
{
background-color: #20122E;
}
.BgClassName
{
background-color: #20122E;
}
</style>
border-color css
<style>
span { border-color: #20122E; }
span { border-color: rgb(32,18,46); }
td.TdClassName
{
border-color: #20122E;
}
.TagClassName
{
border-color: #20122E;
}
</style>