Shades of Blackcurrant #20192A
Tints of Blackcurrant #20192A
RGB
CMYK
RGB Variations
Color information
#20192A (or 0x20192A) is known color: Blackcurrant. HEX triplet: 20, 19 and 2A. RGB value is (32,25,42). Sum of RGB (Red+Green+Blue) = 32+25+42=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 42 - color contains mainly: blue. Hex color #20192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20192A is #DFE6D5. Grayscale: #1C1C1C. Windows color (decimal): -14673622 or 2758944. OLE color: 2758944.
HSL color Cylindrical-coordinate representation of color #20192A: hue angle of 264.71º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #20192A is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 32 | 25 | 42 | - |
CMYK | 0.24 | 0.40 | 0 | 0.84 |
HSL | 264.71º | 0.25% | 0.13% | - |
HSV(B) | 264.71º | 0.4% | 0.16% | - |
XYZ | 1.36 | 1.17 | 2.34 | - |
YUV | 29.03 | 135.32 | 130.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 25 | 42 | 0.24 | 0.40 | 0 | 0.84 | 264.71 | 0.25 | 0.13 |
Hex | 20 | 19 | 2A | 18 | 28 | 0 | 54 | 109 | 19 | D |
Octal | 40 | 31 | 52 | 30 | 50 | 0 | 124 | 411 | 31 | 15 |
Binary | 100000 | 11001 | 101010 | 11000 | 101000 | 0 | 1010100 | 100001001 | 11001 | 1101 |
Color Harmonies of #20192A
Complementary color
Monochromatic Colors of #20192A
Black with #20192A
Text Example
Text Example
White with #20192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20192A; }
p { color: rgb(32,25,42); }
H1.HeaderClassName
{
color: #20192A;
}
.AnyTagClassName
{
color: #20192A;
}
</style>
background-color css
<style>
a { background-color: #20192A; }
a { background-color: rgb(32,25,42); }
div.DivClassName
{
background-color: #20192A;
}
.BgClassName
{
background-color: #20192A;
}
</style>
border-color css
<style>
span { border-color: #20192A; }
span { border-color: rgb(32,25,42); }
td.TdClassName
{
border-color: #20192A;
}
.TagClassName
{
border-color: #20192A;
}
</style>