Shades of Blackcurrant #200C28
Tints of Blackcurrant #200C28
RGB
CMYK
RGB Variations
Color information
#200C28 (or 0x200C28) is known color: Blackcurrant. HEX triplet: 20, 0C and 28. RGB value is (32,12,40). Sum of RGB (Red+Green+Blue) = 32+12+40=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #200C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C28 is #DFF3D7. Grayscale: #151515. Windows color (decimal): -14676952 or 2624544. OLE color: 2624544.
HSL color Cylindrical-coordinate representation of color #200C28: hue angle of 282.86º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #200C28 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 12 | 40 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.84 |
| HSL | 282.86º | 0.54% | 0.1% | - |
| HSV(B) | 282.86º | 0.7% | 0.16% | - |
| XYZ | 1.11 | 0.72 | 2.09 | - |
| YUV | 21.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 40 | 0.20 | 0.70 | 0 | 0.84 | 282.86 | 0.54 | 0.1 |
| Hex | 20 | C | 28 | 14 | 46 | 0 | 54 | 11B | 36 | A |
| Octal | 40 | 14 | 50 | 24 | 106 | 0 | 124 | 433 | 66 | 12 |
| Binary | 100000 | 1100 | 101000 | 10100 | 1000110 | 0 | 1010100 | 100011011 | 110110 | 1010 |
Color Harmonies of #200C28
Complementary color
Monochromatic Colors of #200C28
Black with #200C28
Text Example
Text Example
White with #200C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C28; }
p { color: rgb(32,12,40); }
H1.HeaderClassName
{
color: #200C28;
}
.AnyTagClassName
{
color: #200C28;
}
</style>
background-color css
<style>
a { background-color: #200C28; }
a { background-color: rgb(32,12,40); }
div.DivClassName
{
background-color: #200C28;
}
.BgClassName
{
background-color: #200C28;
}
</style>
border-color css
<style>
span { border-color: #200C28; }
span { border-color: rgb(32,12,40); }
td.TdClassName
{
border-color: #200C28;
}
.TagClassName
{
border-color: #200C28;
}
</style>