Shades of Blackcurrant #20013C
Tints of Blackcurrant #20013C
RGB
CMYK
RGB Variations
Color information
#20013C (or 0x20013C) is known color: Blackcurrant. HEX triplet: 20, 01 and 3C. RGB value is (32,1,60). Sum of RGB (Red+Green+Blue) = 32+1+60=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #20013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20013C is #DFFEC3. Grayscale: #101010. Windows color (decimal): -14679748 or 3932448. OLE color: 3932448.
HSL color Cylindrical-coordinate representation of color #20013C: hue angle of 271.53º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20013C is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 1 | 60 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.76 |
| HSL | 271.53º | 0.97% | 0.12% | - |
| HSV(B) | 271.53º | 0.98% | 0.24% | - |
| XYZ | 1.42 | 0.66 | 4.33 | - |
| YUV | 17 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 60 | 0.47 | 0.98 | 0 | 0.76 | 271.53 | 0.97 | 0.12 |
| Hex | 20 | 1 | 3C | 2F | 62 | 0 | 4C | 110 | 61 | C |
| Octal | 40 | 1 | 74 | 57 | 142 | 0 | 114 | 420 | 141 | 14 |
| Binary | 100000 | 1 | 111100 | 101111 | 1100010 | 0 | 1001100 | 100010000 | 1100001 | 1100 |
Color Harmonies of #20013C
Complementary color
Monochromatic Colors of #20013C
Black with #20013C
Text Example
Text Example
White with #20013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20013C; }
p { color: rgb(32,1,60); }
H1.HeaderClassName
{
color: #20013C;
}
.AnyTagClassName
{
color: #20013C;
}
</style>
background-color css
<style>
a { background-color: #20013C; }
a { background-color: rgb(32,1,60); }
div.DivClassName
{
background-color: #20013C;
}
.BgClassName
{
background-color: #20013C;
}
</style>
border-color css
<style>
span { border-color: #20013C; }
span { border-color: rgb(32,1,60); }
td.TdClassName
{
border-color: #20013C;
}
.TagClassName
{
border-color: #20013C;
}
</style>