Shades of Blackcurrant #20043B
Tints of Blackcurrant #20043B
RGB
CMYK
RGB Variations
Color information
#20043B (or 0x20043B) is known color: Blackcurrant. HEX triplet: 20, 04 and 3B. RGB value is (32,4,59). Sum of RGB (Red+Green+Blue) = 32+4+59=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 59 (23.44% from 255 or 62.11% from 95); Max value from RGB is 59 - color contains mainly: blue. Hex color #20043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20043B is #DFFBC4. Grayscale: #121212. Windows color (decimal): -14678981 or 3867680. OLE color: 3867680.
HSL color Cylindrical-coordinate representation of color #20043B: hue angle of 270.55º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20043B is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 4 | 59 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.77 |
| HSL | 270.55º | 0.87% | 0.12% | - |
| HSV(B) | 270.55º | 0.93% | 0.23% | - |
| XYZ | 1.43 | 0.71 | 4.2 | - |
| YUV | 18.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 59 | 0.46 | 0.93 | 0 | 0.77 | 270.55 | 0.87 | 0.12 |
| Hex | 20 | 4 | 3B | 2E | 5D | 0 | 4D | 10F | 57 | C |
| Octal | 40 | 4 | 73 | 56 | 135 | 0 | 115 | 417 | 127 | 14 |
| Binary | 100000 | 100 | 111011 | 101110 | 1011101 | 0 | 1001101 | 100001111 | 1010111 | 1100 |
Color Harmonies of #20043B
Complementary color
Monochromatic Colors of #20043B
Black with #20043B
Text Example
Text Example
White with #20043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20043B; }
p { color: rgb(32,4,59); }
H1.HeaderClassName
{
color: #20043B;
}
.AnyTagClassName
{
color: #20043B;
}
</style>
background-color css
<style>
a { background-color: #20043B; }
a { background-color: rgb(32,4,59); }
div.DivClassName
{
background-color: #20043B;
}
.BgClassName
{
background-color: #20043B;
}
</style>
border-color css
<style>
span { border-color: #20043B; }
span { border-color: rgb(32,4,59); }
td.TdClassName
{
border-color: #20043B;
}
.TagClassName
{
border-color: #20043B;
}
</style>