Shades of Blackcurrant #20102E
Tints of Blackcurrant #20102E
RGB
CMYK
RGB Variations
Color information
#20102E (or 0x20102E) is known color: Blackcurrant. HEX triplet: 20, 10 and 2E. RGB value is (32,16,46). Sum of RGB (Red+Green+Blue) = 32+16+46=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #20102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20102E is #DFEFD1. Grayscale: #181818. Windows color (decimal): -14675922 or 3018784. OLE color: 3018784.
HSL color Cylindrical-coordinate representation of color #20102E: hue angle of 272º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20102E is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 16 | 46 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.82 |
| HSL | 272º | 0.48% | 0.12% | - |
| HSV(B) | 272º | 0.65% | 0.18% | - |
| XYZ | 1.27 | 0.87 | 2.69 | - |
| YUV | 24.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 46 | 0.30 | 0.65 | 0 | 0.82 | 272 | 0.48 | 0.12 |
| Hex | 20 | 10 | 2E | 1E | 41 | 0 | 52 | 110 | 30 | C |
| Octal | 40 | 20 | 56 | 36 | 101 | 0 | 122 | 420 | 60 | 14 |
| Binary | 100000 | 10000 | 101110 | 11110 | 1000001 | 0 | 1010010 | 100010000 | 110000 | 1100 |
Color Harmonies of #20102E
Complementary color
Monochromatic Colors of #20102E
Black with #20102E
Text Example
Text Example
White with #20102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20102E; }
p { color: rgb(32,16,46); }
H1.HeaderClassName
{
color: #20102E;
}
.AnyTagClassName
{
color: #20102E;
}
</style>
background-color css
<style>
a { background-color: #20102E; }
a { background-color: rgb(32,16,46); }
div.DivClassName
{
background-color: #20102E;
}
.BgClassName
{
background-color: #20102E;
}
</style>
border-color css
<style>
span { border-color: #20102E; }
span { border-color: rgb(32,16,46); }
td.TdClassName
{
border-color: #20102E;
}
.TagClassName
{
border-color: #20102E;
}
</style>