Shades of Blackcurrant #20102A
Tints of Blackcurrant #20102A
RGB
CMYK
RGB Variations
Color information
#20102A (or 0x20102A) is known color: Blackcurrant. HEX triplet: 20, 10 and 2A. RGB value is (32,16,42). Sum of RGB (Red+Green+Blue) = 32+16+42=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 42 - color contains mainly: blue. Hex color #20102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20102A is #DFEFD5. Grayscale: #171717. Windows color (decimal): -14675926 or 2756640. OLE color: 2756640.
HSL color Cylindrical-coordinate representation of color #20102A: hue angle of 276.92º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20102A is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 16 | 42 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.84 |
| HSL | 276.92º | 0.45% | 0.11% | - |
| HSV(B) | 276.92º | 0.62% | 0.16% | - |
| XYZ | 1.2 | 0.84 | 2.29 | - |
| YUV | 23.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 42 | 0.24 | 0.62 | 0 | 0.84 | 276.92 | 0.45 | 0.11 |
| Hex | 20 | 10 | 2A | 18 | 3E | 0 | 54 | 115 | 2D | B |
| Octal | 40 | 20 | 52 | 30 | 76 | 0 | 124 | 425 | 55 | 13 |
| Binary | 100000 | 10000 | 101010 | 11000 | 111110 | 0 | 1010100 | 100010101 | 101101 | 1011 |
Color Harmonies of #20102A
Complementary color
Monochromatic Colors of #20102A
Black with #20102A
Text Example
Text Example
White with #20102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20102A; }
p { color: rgb(32,16,42); }
H1.HeaderClassName
{
color: #20102A;
}
.AnyTagClassName
{
color: #20102A;
}
</style>
background-color css
<style>
a { background-color: #20102A; }
a { background-color: rgb(32,16,42); }
div.DivClassName
{
background-color: #20102A;
}
.BgClassName
{
background-color: #20102A;
}
</style>
border-color css
<style>
span { border-color: #20102A; }
span { border-color: rgb(32,16,42); }
td.TdClassName
{
border-color: #20102A;
}
.TagClassName
{
border-color: #20102A;
}
</style>