Shades of Blackcurrant #20182A
Tints of Blackcurrant #20182A
RGB
CMYK
RGB Variations
Color information
#20182A (or 0x20182A) is known color: Blackcurrant. HEX triplet: 20, 18 and 2A. RGB value is (32,24,42). Sum of RGB (Red+Green+Blue) = 32+24+42=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #20182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20182A is #DFE7D5. Grayscale: #1C1C1C. Windows color (decimal): -14673878 or 2758688. OLE color: 2758688.
HSL color Cylindrical-coordinate representation of color #20182A: hue angle of 266.67º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #20182A is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 24 | 42 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.84 |
| HSL | 266.67º | 0.27% | 0.13% | - |
| HSV(B) | 266.67º | 0.43% | 0.16% | - |
| XYZ | 1.34 | 1.13 | 2.34 | - |
| YUV | 28.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 42 | 0.24 | 0.43 | 0 | 0.84 | 266.67 | 0.27 | 0.13 |
| Hex | 20 | 18 | 2A | 18 | 2B | 0 | 54 | 10B | 1B | D |
| Octal | 40 | 30 | 52 | 30 | 53 | 0 | 124 | 413 | 33 | 15 |
| Binary | 100000 | 11000 | 101010 | 11000 | 101011 | 0 | 1010100 | 100001011 | 11011 | 1101 |
Color Harmonies of #20182A
Complementary color
Monochromatic Colors of #20182A
Black with #20182A
Text Example
Text Example
White with #20182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20182A; }
p { color: rgb(32,24,42); }
H1.HeaderClassName
{
color: #20182A;
}
.AnyTagClassName
{
color: #20182A;
}
</style>
background-color css
<style>
a { background-color: #20182A; }
a { background-color: rgb(32,24,42); }
div.DivClassName
{
background-color: #20182A;
}
.BgClassName
{
background-color: #20182A;
}
</style>
border-color css
<style>
span { border-color: #20182A; }
span { border-color: rgb(32,24,42); }
td.TdClassName
{
border-color: #20182A;
}
.TagClassName
{
border-color: #20182A;
}
</style>