Shades of Blackcurrant #200627
Tints of Blackcurrant #200627
RGB
CMYK
RGB Variations
Color information
#200627 (or 0x200627) is known color: Blackcurrant. HEX triplet: 20, 06 and 27. RGB value is (32,6,39). Sum of RGB (Red+Green+Blue) = 32+6+39=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #200627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200627 is #DFF9D8. Grayscale: #111111. Windows color (decimal): -14678489 or 2557472. OLE color: 2557472.
HSL color Cylindrical-coordinate representation of color #200627: hue angle of 287.27º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #200627 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 6 | 39 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.85 |
| HSL | 287.27º | 0.73% | 0.09% | - |
| HSV(B) | 287.27º | 0.85% | 0.15% | - |
| XYZ | 1.03 | 0.58 | 1.98 | - |
| YUV | 17.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 39 | 0.18 | 0.85 | 0 | 0.85 | 287.27 | 0.73 | 0.09 |
| Hex | 20 | 6 | 27 | 12 | 55 | 0 | 55 | 11F | 49 | 9 |
| Octal | 40 | 6 | 47 | 22 | 125 | 0 | 125 | 437 | 111 | 11 |
| Binary | 100000 | 110 | 100111 | 10010 | 1010101 | 0 | 1010101 | 100011111 | 1001001 | 1001 |
Color Harmonies of #200627
Complementary color
Monochromatic Colors of #200627
Black with #200627
Text Example
Text Example
White with #200627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200627; }
p { color: rgb(32,6,39); }
H1.HeaderClassName
{
color: #200627;
}
.AnyTagClassName
{
color: #200627;
}
</style>
background-color css
<style>
a { background-color: #200627; }
a { background-color: rgb(32,6,39); }
div.DivClassName
{
background-color: #200627;
}
.BgClassName
{
background-color: #200627;
}
</style>
border-color css
<style>
span { border-color: #200627; }
span { border-color: rgb(32,6,39); }
td.TdClassName
{
border-color: #200627;
}
.TagClassName
{
border-color: #200627;
}
</style>