Shades of Blackcurrant #20072B
Tints of Blackcurrant #20072B
RGB
CMYK
RGB Variations
Color information
#20072B (or 0x20072B) is known color: Blackcurrant. HEX triplet: 20, 07 and 2B. RGB value is (32,7,43). Sum of RGB (Red+Green+Blue) = 32+7+43=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 43 (17.19% from 255 or 52.44% from 82); Max value from RGB is 43 - color contains mainly: blue. Hex color #20072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20072B is #DFF8D4. Grayscale: #121212. Windows color (decimal): -14678229 or 2819872. OLE color: 2819872.
HSL color Cylindrical-coordinate representation of color #20072B: hue angle of 281.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20072B is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 7 | 43 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.83 |
| HSL | 281.67º | 0.72% | 0.1% | - |
| HSV(B) | 281.67º | 0.84% | 0.17% | - |
| XYZ | 1.11 | 0.63 | 2.35 | - |
| YUV | 18.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 43 | 0.26 | 0.84 | 0 | 0.83 | 281.67 | 0.72 | 0.1 |
| Hex | 20 | 7 | 2B | 1A | 54 | 0 | 53 | 11A | 48 | A |
| Octal | 40 | 7 | 53 | 32 | 124 | 0 | 123 | 432 | 110 | 12 |
| Binary | 100000 | 111 | 101011 | 11010 | 1010100 | 0 | 1010011 | 100011010 | 1001000 | 1010 |
Color Harmonies of #20072B
Complementary color
Monochromatic Colors of #20072B
Black with #20072B
Text Example
Text Example
White with #20072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20072B; }
p { color: rgb(32,7,43); }
H1.HeaderClassName
{
color: #20072B;
}
.AnyTagClassName
{
color: #20072B;
}
</style>
background-color css
<style>
a { background-color: #20072B; }
a { background-color: rgb(32,7,43); }
div.DivClassName
{
background-color: #20072B;
}
.BgClassName
{
background-color: #20072B;
}
</style>
border-color css
<style>
span { border-color: #20072B; }
span { border-color: rgb(32,7,43); }
td.TdClassName
{
border-color: #20072B;
}
.TagClassName
{
border-color: #20072B;
}
</style>