Shades of Blackcurrant #200828
Tints of Blackcurrant #200828
RGB
CMYK
RGB Variations
Color information
#200828 (or 0x200828) is known color: Blackcurrant. HEX triplet: 20, 08 and 28. RGB value is (32,8,40). Sum of RGB (Red+Green+Blue) = 32+8+40=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #200828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200828 is #DFF7D7. Grayscale: #121212. Windows color (decimal): -14677976 or 2623520. OLE color: 2623520.
HSL color Cylindrical-coordinate representation of color #200828: hue angle of 285º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #200828 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 8 | 40 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.84 |
| HSL | 285º | 0.67% | 0.09% | - |
| HSV(B) | 285º | 0.8% | 0.16% | - |
| XYZ | 1.07 | 0.63 | 2.07 | - |
| YUV | 18.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 40 | 0.20 | 0.80 | 0 | 0.84 | 285 | 0.67 | 0.09 |
| Hex | 20 | 8 | 28 | 14 | 50 | 0 | 54 | 11D | 43 | 9 |
| Octal | 40 | 10 | 50 | 24 | 120 | 0 | 124 | 435 | 103 | 11 |
| Binary | 100000 | 1000 | 101000 | 10100 | 1010000 | 0 | 1010100 | 100011101 | 1000011 | 1001 |
Color Harmonies of #200828
Complementary color
Monochromatic Colors of #200828
Black with #200828
Text Example
Text Example
White with #200828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200828; }
p { color: rgb(32,8,40); }
H1.HeaderClassName
{
color: #200828;
}
.AnyTagClassName
{
color: #200828;
}
</style>
background-color css
<style>
a { background-color: #200828; }
a { background-color: rgb(32,8,40); }
div.DivClassName
{
background-color: #200828;
}
.BgClassName
{
background-color: #200828;
}
</style>
border-color css
<style>
span { border-color: #200828; }
span { border-color: rgb(32,8,40); }
td.TdClassName
{
border-color: #200828;
}
.TagClassName
{
border-color: #200828;
}
</style>