Shades of Blackcurrant #20073C
Tints of Blackcurrant #20073C
RGB
CMYK
RGB Variations
Color information
#20073C (or 0x20073C) is known color: Blackcurrant. HEX triplet: 20, 07 and 3C. RGB value is (32,7,60). Sum of RGB (Red+Green+Blue) = 32+7+60=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 60 (23.83% from 255 or 60.61% from 99); Max value from RGB is 60 - color contains mainly: blue. Hex color #20073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20073C is #DFF8C3. Grayscale: #141414. Windows color (decimal): -14678212 or 3933984. OLE color: 3933984.
HSL color Cylindrical-coordinate representation of color #20073C: hue angle of 268.3º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20073C is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 7 | 60 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.76 |
| HSL | 268.3º | 0.79% | 0.13% | - |
| HSV(B) | 268.3º | 0.88% | 0.24% | - |
| XYZ | 1.49 | 0.79 | 4.35 | - |
| YUV | 20.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 60 | 0.47 | 0.88 | 0 | 0.76 | 268.3 | 0.79 | 0.13 |
| Hex | 20 | 7 | 3C | 2F | 58 | 0 | 4C | 10C | 4F | D |
| Octal | 40 | 7 | 74 | 57 | 130 | 0 | 114 | 414 | 117 | 15 |
| Binary | 100000 | 111 | 111100 | 101111 | 1011000 | 0 | 1001100 | 100001100 | 1001111 | 1101 |
Color Harmonies of #20073C
Complementary color
Monochromatic Colors of #20073C
Black with #20073C
Text Example
Text Example
White with #20073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20073C; }
p { color: rgb(32,7,60); }
H1.HeaderClassName
{
color: #20073C;
}
.AnyTagClassName
{
color: #20073C;
}
</style>
background-color css
<style>
a { background-color: #20073C; }
a { background-color: rgb(32,7,60); }
div.DivClassName
{
background-color: #20073C;
}
.BgClassName
{
background-color: #20073C;
}
</style>
border-color css
<style>
span { border-color: #20073C; }
span { border-color: rgb(32,7,60); }
td.TdClassName
{
border-color: #20073C;
}
.TagClassName
{
border-color: #20073C;
}
</style>