Shades of Blackcurrant #20122C
Tints of Blackcurrant #20122C
RGB
CMYK
RGB Variations
Color information
#20122C (or 0x20122C) is known color: Blackcurrant. HEX triplet: 20, 12 and 2C. RGB value is (32,18,44). Sum of RGB (Red+Green+Blue) = 32+18+44=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #20122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20122C is #DFEDD3. Grayscale: #191919. Windows color (decimal): -14675412 or 2888224. OLE color: 2888224.
HSL color Cylindrical-coordinate representation of color #20122C: hue angle of 272.31º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20122C is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 18 | 44 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.83 |
| HSL | 272.31º | 0.42% | 0.12% | - |
| HSV(B) | 272.31º | 0.59% | 0.17% | - |
| XYZ | 1.27 | 0.92 | 2.49 | - |
| YUV | 25.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 44 | 0.27 | 0.59 | 0 | 0.83 | 272.31 | 0.42 | 0.12 |
| Hex | 20 | 12 | 2C | 1B | 3B | 0 | 53 | 110 | 2A | C |
| Octal | 40 | 22 | 54 | 33 | 73 | 0 | 123 | 420 | 52 | 14 |
| Binary | 100000 | 10010 | 101100 | 11011 | 111011 | 0 | 1010011 | 100010000 | 101010 | 1100 |
Color Harmonies of #20122C
Complementary color
Monochromatic Colors of #20122C
Black with #20122C
Text Example
Text Example
White with #20122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20122C; }
p { color: rgb(32,18,44); }
H1.HeaderClassName
{
color: #20122C;
}
.AnyTagClassName
{
color: #20122C;
}
</style>
background-color css
<style>
a { background-color: #20122C; }
a { background-color: rgb(32,18,44); }
div.DivClassName
{
background-color: #20122C;
}
.BgClassName
{
background-color: #20122C;
}
</style>
border-color css
<style>
span { border-color: #20122C; }
span { border-color: rgb(32,18,44); }
td.TdClassName
{
border-color: #20122C;
}
.TagClassName
{
border-color: #20122C;
}
</style>