Shades of Blackcurrant #200628
Tints of Blackcurrant #200628
RGB
CMYK
RGB Variations
Color information
#200628 (or 0x200628) is known color: Blackcurrant. HEX triplet: 20, 06 and 28. RGB value is (32,6,40). Sum of RGB (Red+Green+Blue) = 32+6+40=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #200628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200628 is #DFF9D7. Grayscale: #111111. Windows color (decimal): -14678488 or 2623008. OLE color: 2623008.
HSL color Cylindrical-coordinate representation of color #200628: hue angle of 285.88º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #200628 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 6 | 40 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.84 |
| HSL | 285.88º | 0.74% | 0.09% | - |
| HSV(B) | 285.88º | 0.85% | 0.16% | - |
| XYZ | 1.04 | 0.59 | 2.07 | - |
| YUV | 17.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 40 | 0.20 | 0.85 | 0 | 0.84 | 285.88 | 0.74 | 0.09 |
| Hex | 20 | 6 | 28 | 14 | 55 | 0 | 54 | 11E | 4A | 9 |
| Octal | 40 | 6 | 50 | 24 | 125 | 0 | 124 | 436 | 112 | 11 |
| Binary | 100000 | 110 | 101000 | 10100 | 1010101 | 0 | 1010100 | 100011110 | 1001010 | 1001 |
Color Harmonies of #200628
Complementary color
Monochromatic Colors of #200628
Black with #200628
Text Example
Text Example
White with #200628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200628; }
p { color: rgb(32,6,40); }
H1.HeaderClassName
{
color: #200628;
}
.AnyTagClassName
{
color: #200628;
}
</style>
background-color css
<style>
a { background-color: #200628; }
a { background-color: rgb(32,6,40); }
div.DivClassName
{
background-color: #200628;
}
.BgClassName
{
background-color: #200628;
}
</style>
border-color css
<style>
span { border-color: #200628; }
span { border-color: rgb(32,6,40); }
td.TdClassName
{
border-color: #200628;
}
.TagClassName
{
border-color: #200628;
}
</style>