Shades of Blackcurrant #200727
Tints of Blackcurrant #200727
RGB
CMYK
RGB Variations
Color information
#200727 (or 0x200727) is known color: Blackcurrant. HEX triplet: 20, 07 and 27. RGB value is (32,7,39). Sum of RGB (Red+Green+Blue) = 32+7+39=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #200727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200727 is #DFF8D8. Grayscale: #121212. Windows color (decimal): -14678233 or 2557728. OLE color: 2557728.
HSL color Cylindrical-coordinate representation of color #200727: hue angle of 286.88º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #200727 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 7 | 39 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.85 |
| HSL | 286.88º | 0.7% | 0.09% | - |
| HSV(B) | 286.88º | 0.82% | 0.15% | - |
| XYZ | 1.04 | 0.61 | 1.98 | - |
| YUV | 18.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 39 | 0.18 | 0.82 | 0 | 0.85 | 286.88 | 0.7 | 0.09 |
| Hex | 20 | 7 | 27 | 12 | 52 | 0 | 55 | 11F | 46 | 9 |
| Octal | 40 | 7 | 47 | 22 | 122 | 0 | 125 | 437 | 106 | 11 |
| Binary | 100000 | 111 | 100111 | 10010 | 1010010 | 0 | 1010101 | 100011111 | 1000110 | 1001 |
Color Harmonies of #200727
Complementary color
Monochromatic Colors of #200727
Black with #200727
Text Example
Text Example
White with #200727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200727; }
p { color: rgb(32,7,39); }
H1.HeaderClassName
{
color: #200727;
}
.AnyTagClassName
{
color: #200727;
}
</style>
background-color css
<style>
a { background-color: #200727; }
a { background-color: rgb(32,7,39); }
div.DivClassName
{
background-color: #200727;
}
.BgClassName
{
background-color: #200727;
}
</style>
border-color css
<style>
span { border-color: #200727; }
span { border-color: rgb(32,7,39); }
td.TdClassName
{
border-color: #200727;
}
.TagClassName
{
border-color: #200727;
}
</style>