Shades of Blackcurrant #200427
Tints of Blackcurrant #200427
RGB
CMYK
RGB Variations
Color information
#200427 (or 0x200427) is known color: Blackcurrant. HEX triplet: 20, 04 and 27. RGB value is (32,4,39). Sum of RGB (Red+Green+Blue) = 32+4+39=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #200427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200427 is #DFFBD8. Grayscale: #101010. Windows color (decimal): -14679001 or 2556960. OLE color: 2556960.
HSL color Cylindrical-coordinate representation of color #200427: hue angle of 288º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200427 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 4 | 39 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.85 |
| HSL | 288º | 0.81% | 0.08% | - |
| HSV(B) | 288º | 0.9% | 0.15% | - |
| XYZ | 1.01 | 0.54 | 1.97 | - |
| YUV | 16.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 39 | 0.18 | 0.90 | 0 | 0.85 | 288 | 0.81 | 0.08 |
| Hex | 20 | 4 | 27 | 12 | 5A | 0 | 55 | 120 | 51 | 8 |
| Octal | 40 | 4 | 47 | 22 | 132 | 0 | 125 | 440 | 121 | 10 |
| Binary | 100000 | 100 | 100111 | 10010 | 1011010 | 0 | 1010101 | 100100000 | 1010001 | 1000 |
Color Harmonies of #200427
Complementary color
Monochromatic Colors of #200427
Black with #200427
Text Example
Text Example
White with #200427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200427; }
p { color: rgb(32,4,39); }
H1.HeaderClassName
{
color: #200427;
}
.AnyTagClassName
{
color: #200427;
}
</style>
background-color css
<style>
a { background-color: #200427; }
a { background-color: rgb(32,4,39); }
div.DivClassName
{
background-color: #200427;
}
.BgClassName
{
background-color: #200427;
}
</style>
border-color css
<style>
span { border-color: #200427; }
span { border-color: rgb(32,4,39); }
td.TdClassName
{
border-color: #200427;
}
.TagClassName
{
border-color: #200427;
}
</style>