Shades of Blackcurrant #20043D
Tints of Blackcurrant #20043D
RGB
CMYK
RGB Variations
Color information
#20043D (or 0x20043D) is known color: Blackcurrant. HEX triplet: 20, 04 and 3D. RGB value is (32,4,61). Sum of RGB (Red+Green+Blue) = 32+4+61=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #20043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20043D is #DFFBC2. Grayscale: #121212. Windows color (decimal): -14678979 or 3998752. OLE color: 3998752.
HSL color Cylindrical-coordinate representation of color #20043D: hue angle of 269.47º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20043D is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 4 | 61 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.76 |
| HSL | 269.47º | 0.88% | 0.13% | - |
| HSV(B) | 269.47º | 0.93% | 0.24% | - |
| XYZ | 1.48 | 0.73 | 4.48 | - |
| YUV | 18.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 61 | 0.48 | 0.93 | 0 | 0.76 | 269.47 | 0.88 | 0.13 |
| Hex | 20 | 4 | 3D | 30 | 5D | 0 | 4C | 10D | 58 | D |
| Octal | 40 | 4 | 75 | 60 | 135 | 0 | 114 | 415 | 130 | 15 |
| Binary | 100000 | 100 | 111101 | 110000 | 1011101 | 0 | 1001100 | 100001101 | 1011000 | 1101 |
Color Harmonies of #20043D
Complementary color
Monochromatic Colors of #20043D
Black with #20043D
Text Example
Text Example
White with #20043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20043D; }
p { color: rgb(32,4,61); }
H1.HeaderClassName
{
color: #20043D;
}
.AnyTagClassName
{
color: #20043D;
}
</style>
background-color css
<style>
a { background-color: #20043D; }
a { background-color: rgb(32,4,61); }
div.DivClassName
{
background-color: #20043D;
}
.BgClassName
{
background-color: #20043D;
}
</style>
border-color css
<style>
span { border-color: #20043D; }
span { border-color: rgb(32,4,61); }
td.TdClassName
{
border-color: #20043D;
}
.TagClassName
{
border-color: #20043D;
}
</style>