Shades of Blackcurrant #20073A
Tints of Blackcurrant #20073A
RGB
CMYK
RGB Variations
Color information
#20073A (or 0x20073A) is known color: Blackcurrant. HEX triplet: 20, 07 and 3A. RGB value is (32,7,58). Sum of RGB (Red+Green+Blue) = 32+7+58=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 58 (23.05% from 255 or 59.79% from 97); Max value from RGB is 58 - color contains mainly: blue. Hex color #20073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20073A is #DFF8C5. Grayscale: #141414. Windows color (decimal): -14678214 or 3802912. OLE color: 3802912.
HSL color Cylindrical-coordinate representation of color #20073A: hue angle of 269.41º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20073A is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 7 | 58 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.77 |
| HSL | 269.41º | 0.78% | 0.13% | - |
| HSV(B) | 269.41º | 0.88% | 0.23% | - |
| XYZ | 1.44 | 0.76 | 4.07 | - |
| YUV | 20.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 58 | 0.45 | 0.88 | 0 | 0.77 | 269.41 | 0.78 | 0.13 |
| Hex | 20 | 7 | 3A | 2D | 58 | 0 | 4D | 10D | 4E | D |
| Octal | 40 | 7 | 72 | 55 | 130 | 0 | 115 | 415 | 116 | 15 |
| Binary | 100000 | 111 | 111010 | 101101 | 1011000 | 0 | 1001101 | 100001101 | 1001110 | 1101 |
Color Harmonies of #20073A
Complementary color
Monochromatic Colors of #20073A
Black with #20073A
Text Example
Text Example
White with #20073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20073A; }
p { color: rgb(32,7,58); }
H1.HeaderClassName
{
color: #20073A;
}
.AnyTagClassName
{
color: #20073A;
}
</style>
background-color css
<style>
a { background-color: #20073A; }
a { background-color: rgb(32,7,58); }
div.DivClassName
{
background-color: #20073A;
}
.BgClassName
{
background-color: #20073A;
}
</style>
border-color css
<style>
span { border-color: #20073A; }
span { border-color: rgb(32,7,58); }
td.TdClassName
{
border-color: #20073A;
}
.TagClassName
{
border-color: #20073A;
}
</style>