Shades of Blackcurrant #200426
Tints of Blackcurrant #200426
RGB
CMYK
RGB Variations
Color information
#200426 (or 0x200426) is known color: Blackcurrant. HEX triplet: 20, 04 and 26. RGB value is (32,4,38). Sum of RGB (Red+Green+Blue) = 32+4+38=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #200426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200426 is #DFFBD9. Grayscale: #101010. Windows color (decimal): -14679002 or 2491424. OLE color: 2491424.
HSL color Cylindrical-coordinate representation of color #200426: hue angle of 289.41º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #200426 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 4 | 38 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.85 |
| HSL | 289.41º | 0.81% | 0.08% | - |
| HSV(B) | 289.41º | 0.89% | 0.15% | - |
| XYZ | 0.99 | 0.53 | 1.88 | - |
| YUV | 16.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 38 | 0.16 | 0.89 | 0 | 0.85 | 289.41 | 0.81 | 0.08 |
| Hex | 20 | 4 | 26 | 10 | 59 | 0 | 55 | 121 | 51 | 8 |
| Octal | 40 | 4 | 46 | 20 | 131 | 0 | 125 | 441 | 121 | 10 |
| Binary | 100000 | 100 | 100110 | 10000 | 1011001 | 0 | 1010101 | 100100001 | 1010001 | 1000 |
Color Harmonies of #200426
Complementary color
Monochromatic Colors of #200426
Black with #200426
Text Example
Text Example
White with #200426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200426; }
p { color: rgb(32,4,38); }
H1.HeaderClassName
{
color: #200426;
}
.AnyTagClassName
{
color: #200426;
}
</style>
background-color css
<style>
a { background-color: #200426; }
a { background-color: rgb(32,4,38); }
div.DivClassName
{
background-color: #200426;
}
.BgClassName
{
background-color: #200426;
}
</style>
border-color css
<style>
span { border-color: #200426; }
span { border-color: rgb(32,4,38); }
td.TdClassName
{
border-color: #200426;
}
.TagClassName
{
border-color: #200426;
}
</style>