Shades of Blackcurrant #20003C
Tints of Blackcurrant #20003C
RGB
CMYK
RGB Variations
Color information
#20003C (or 0x20003C) is known color: Blackcurrant. HEX triplet: 20, 00 and 3C. RGB value is (32,0,60). Sum of RGB (Red+Green+Blue) = 32+0+60=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 60 (23.83% from 255 or 65.22% from 92); Max value from RGB is 60 - color contains mainly: blue. Hex color #20003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20003C is #DFFFC3. Grayscale: #101010. Windows color (decimal): -14680004 or 3932192. OLE color: 3932192.
HSL color Cylindrical-coordinate representation of color #20003C: hue angle of 272º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20003C is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 0 | 60 | - |
| CMYK | 0.47 | 1 | 0 | 0.76 |
| HSL | 272º | 1% | 0.12% | - |
| HSV(B) | 272º | 1% | 0.24% | - |
| XYZ | 1.41 | 0.63 | 4.32 | - |
| YUV | 16.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 60 | 0.47 | 1 | 0 | 0.76 | 272 | 1 | 0.12 |
| Hex | 20 | 0 | 3C | 2F | 64 | 0 | 4C | 110 | 64 | C |
| Octal | 40 | 0 | 74 | 57 | 144 | 0 | 114 | 420 | 144 | 14 |
| Binary | 100000 | 0 | 111100 | 101111 | 1100100 | 0 | 1001100 | 100010000 | 1100100 | 1100 |
Color Harmonies of #20003C
Complementary color
Monochromatic Colors of #20003C
Black with #20003C
Text Example
Text Example
White with #20003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20003C; }
p { color: rgb(32,0,60); }
H1.HeaderClassName
{
color: #20003C;
}
.AnyTagClassName
{
color: #20003C;
}
</style>
background-color css
<style>
a { background-color: #20003C; }
a { background-color: rgb(32,0,60); }
div.DivClassName
{
background-color: #20003C;
}
.BgClassName
{
background-color: #20003C;
}
</style>
border-color css
<style>
span { border-color: #20003C; }
span { border-color: rgb(32,0,60); }
td.TdClassName
{
border-color: #20003C;
}
.TagClassName
{
border-color: #20003C;
}
</style>