Shades of Blackcurrant #20112B
Tints of Blackcurrant #20112B
RGB
CMYK
RGB Variations
Color information
#20112B (or 0x20112B) is known color: Blackcurrant. HEX triplet: 20, 11 and 2B. RGB value is (32,17,43). Sum of RGB (Red+Green+Blue) = 32+17+43=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #20112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20112B is #DFEED4. Grayscale: #181818. Windows color (decimal): -14675669 or 2822432. OLE color: 2822432.
HSL color Cylindrical-coordinate representation of color #20112B: hue angle of 274.62º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20112B is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 17 | 43 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.83 |
| HSL | 274.62º | 0.43% | 0.12% | - |
| HSV(B) | 274.62º | 0.6% | 0.17% | - |
| XYZ | 1.23 | 0.88 | 2.39 | - |
| YUV | 24.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 43 | 0.26 | 0.60 | 0 | 0.83 | 274.62 | 0.43 | 0.12 |
| Hex | 20 | 11 | 2B | 1A | 3C | 0 | 53 | 113 | 2B | C |
| Octal | 40 | 21 | 53 | 32 | 74 | 0 | 123 | 423 | 53 | 14 |
| Binary | 100000 | 10001 | 101011 | 11010 | 111100 | 0 | 1010011 | 100010011 | 101011 | 1100 |
Color Harmonies of #20112B
Complementary color
Monochromatic Colors of #20112B
Black with #20112B
Text Example
Text Example
White with #20112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20112B; }
p { color: rgb(32,17,43); }
H1.HeaderClassName
{
color: #20112B;
}
.AnyTagClassName
{
color: #20112B;
}
</style>
background-color css
<style>
a { background-color: #20112B; }
a { background-color: rgb(32,17,43); }
div.DivClassName
{
background-color: #20112B;
}
.BgClassName
{
background-color: #20112B;
}
</style>
border-color css
<style>
span { border-color: #20112B; }
span { border-color: rgb(32,17,43); }
td.TdClassName
{
border-color: #20112B;
}
.TagClassName
{
border-color: #20112B;
}
</style>