Shades of Blackcurrant #20042B
Tints of Blackcurrant #20042B
RGB
CMYK
RGB Variations
Color information
#20042B (or 0x20042B) is known color: Blackcurrant. HEX triplet: 20, 04 and 2B. RGB value is (32,4,43). Sum of RGB (Red+Green+Blue) = 32+4+43=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #20042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20042B is #DFFBD4. Grayscale: #101010. Windows color (decimal): -14678997 or 2819104. OLE color: 2819104.
HSL color Cylindrical-coordinate representation of color #20042B: hue angle of 283.08º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20042B is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 4 | 43 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.83 |
| HSL | 283.08º | 0.83% | 0.09% | - |
| HSV(B) | 283.08º | 0.91% | 0.17% | - |
| XYZ | 1.08 | 0.57 | 2.34 | - |
| YUV | 16.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 43 | 0.26 | 0.91 | 0 | 0.83 | 283.08 | 0.83 | 0.09 |
| Hex | 20 | 4 | 2B | 1A | 5B | 0 | 53 | 11B | 53 | 9 |
| Octal | 40 | 4 | 53 | 32 | 133 | 0 | 123 | 433 | 123 | 11 |
| Binary | 100000 | 100 | 101011 | 11010 | 1011011 | 0 | 1010011 | 100011011 | 1010011 | 1001 |
Color Harmonies of #20042B
Complementary color
Monochromatic Colors of #20042B
Black with #20042B
Text Example
Text Example
White with #20042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20042B; }
p { color: rgb(32,4,43); }
H1.HeaderClassName
{
color: #20042B;
}
.AnyTagClassName
{
color: #20042B;
}
</style>
background-color css
<style>
a { background-color: #20042B; }
a { background-color: rgb(32,4,43); }
div.DivClassName
{
background-color: #20042B;
}
.BgClassName
{
background-color: #20042B;
}
</style>
border-color css
<style>
span { border-color: #20042B; }
span { border-color: rgb(32,4,43); }
td.TdClassName
{
border-color: #20042B;
}
.TagClassName
{
border-color: #20042B;
}
</style>