Shades of Blackcurrant #20003D
Tints of Blackcurrant #20003D
RGB
CMYK
RGB Variations
Color information
#20003D (or 0x20003D) is known color: Blackcurrant. HEX triplet: 20, 00 and 3D. RGB value is (32,0,61). Sum of RGB (Red+Green+Blue) = 32+0+61=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 61 (24.22% from 255 or 65.59% from 93); Max value from RGB is 61 - color contains mainly: blue. Hex color #20003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20003D is #DFFFC2. Grayscale: #101010. Windows color (decimal): -14680003 or 3997728. OLE color: 3997728.
HSL color Cylindrical-coordinate representation of color #20003D: hue angle of 271.48º 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 #20003D is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 0 | 61 | - |
| CMYK | 0.48 | 1 | 0 | 0.76 |
| HSL | 271.48º | 1% | 0.12% | - |
| HSV(B) | 271.48º | 1% | 0.24% | - |
| XYZ | 1.44 | 0.64 | 4.46 | - |
| YUV | 16.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 61 | 0.48 | 1 | 0 | 0.76 | 271.48 | 1 | 0.12 |
| Hex | 20 | 0 | 3D | 30 | 64 | 0 | 4C | 10F | 64 | C |
| Octal | 40 | 0 | 75 | 60 | 144 | 0 | 114 | 417 | 144 | 14 |
| Binary | 100000 | 0 | 111101 | 110000 | 1100100 | 0 | 1001100 | 100001111 | 1100100 | 1100 |
Color Harmonies of #20003D
Complementary color
Monochromatic Colors of #20003D
Black with #20003D
Text Example
Text Example
White with #20003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20003D; }
p { color: rgb(32,0,61); }
H1.HeaderClassName
{
color: #20003D;
}
.AnyTagClassName
{
color: #20003D;
}
</style>
background-color css
<style>
a { background-color: #20003D; }
a { background-color: rgb(32,0,61); }
div.DivClassName
{
background-color: #20003D;
}
.BgClassName
{
background-color: #20003D;
}
</style>
border-color css
<style>
span { border-color: #20003D; }
span { border-color: rgb(32,0,61); }
td.TdClassName
{
border-color: #20003D;
}
.TagClassName
{
border-color: #20003D;
}
</style>