Shades of Blackcurrant #20072F
Tints of Blackcurrant #20072F
RGB
CMYK
RGB Variations
Color information
#20072F (or 0x20072F) is known color: Blackcurrant. HEX triplet: 20, 07 and 2F. RGB value is (32,7,47). Sum of RGB (Red+Green+Blue) = 32+7+47=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #20072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20072F is #DFF8D0. Grayscale: #121212. Windows color (decimal): -14678225 or 3082016. OLE color: 3082016.
HSL color Cylindrical-coordinate representation of color #20072F: hue angle of 277.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20072F is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 7 | 47 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.82 |
| HSL | 277.5º | 0.74% | 0.11% | - |
| HSV(B) | 277.5º | 0.85% | 0.18% | - |
| XYZ | 1.18 | 0.66 | 2.76 | - |
| YUV | 19.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 47 | 0.32 | 0.85 | 0 | 0.82 | 277.5 | 0.74 | 0.11 |
| Hex | 20 | 7 | 2F | 20 | 55 | 0 | 52 | 116 | 4A | B |
| Octal | 40 | 7 | 57 | 40 | 125 | 0 | 122 | 426 | 112 | 13 |
| Binary | 100000 | 111 | 101111 | 100000 | 1010101 | 0 | 1010010 | 100010110 | 1001010 | 1011 |
Color Harmonies of #20072F
Complementary color
Monochromatic Colors of #20072F
Black with #20072F
Text Example
Text Example
White with #20072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20072F; }
p { color: rgb(32,7,47); }
H1.HeaderClassName
{
color: #20072F;
}
.AnyTagClassName
{
color: #20072F;
}
</style>
background-color css
<style>
a { background-color: #20072F; }
a { background-color: rgb(32,7,47); }
div.DivClassName
{
background-color: #20072F;
}
.BgClassName
{
background-color: #20072F;
}
</style>
border-color css
<style>
span { border-color: #20072F; }
span { border-color: rgb(32,7,47); }
td.TdClassName
{
border-color: #20072F;
}
.TagClassName
{
border-color: #20072F;
}
</style>