Shades of Blackcurrant #20003B
Tints of Blackcurrant #20003B
RGB
CMYK
RGB Variations
Color information
#20003B (or 0x20003B) is known color: Blackcurrant. HEX triplet: 20, 00 and 3B. RGB value is (32,0,59). Sum of RGB (Red+Green+Blue) = 32+0+59=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 59 (23.44% from 255 or 64.84% from 91); Max value from RGB is 59 - color contains mainly: blue. Hex color #20003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20003B is #DFFFC4. Grayscale: #101010. Windows color (decimal): -14680005 or 3866656. OLE color: 3866656.
HSL color Cylindrical-coordinate representation of color #20003B: hue angle of 272.54º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20003B is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 0 | 59 | - |
| CMYK | 0.46 | 1 | 0 | 0.77 |
| HSL | 272.54º | 1% | 0.12% | - |
| HSV(B) | 272.54º | 1% | 0.23% | - |
| XYZ | 1.39 | 0.62 | 4.18 | - |
| YUV | 16.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 59 | 0.46 | 1 | 0 | 0.77 | 272.54 | 1 | 0.12 |
| Hex | 20 | 0 | 3B | 2E | 64 | 0 | 4D | 111 | 64 | C |
| Octal | 40 | 0 | 73 | 56 | 144 | 0 | 115 | 421 | 144 | 14 |
| Binary | 100000 | 0 | 111011 | 101110 | 1100100 | 0 | 1001101 | 100010001 | 1100100 | 1100 |
Color Harmonies of #20003B
Complementary color
Monochromatic Colors of #20003B
Black with #20003B
Text Example
Text Example
White with #20003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20003B; }
p { color: rgb(32,0,59); }
H1.HeaderClassName
{
color: #20003B;
}
.AnyTagClassName
{
color: #20003B;
}
</style>
background-color css
<style>
a { background-color: #20003B; }
a { background-color: rgb(32,0,59); }
div.DivClassName
{
background-color: #20003B;
}
.BgClassName
{
background-color: #20003B;
}
</style>
border-color css
<style>
span { border-color: #20003B; }
span { border-color: rgb(32,0,59); }
td.TdClassName
{
border-color: #20003B;
}
.TagClassName
{
border-color: #20003B;
}
</style>