Shades of Blackcurrant #200340
Tints of Blackcurrant #200340
RGB
CMYK
RGB Variations
Color information
#200340 (or 0x200340) is known color: Blackcurrant. HEX triplet: 20, 03 and 40. RGB value is (32,3,64). Sum of RGB (Red+Green+Blue) = 32+3+64=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #200340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200340 is #DFFCBF. Grayscale: #121212. Windows color (decimal): -14679232 or 4195104. OLE color: 4195104.
HSL color Cylindrical-coordinate representation of color #200340: hue angle of 268.52º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200340 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 3 | 64 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.75 |
| HSL | 268.52º | 0.91% | 0.13% | - |
| HSV(B) | 268.52º | 0.95% | 0.25% | - |
| XYZ | 1.55 | 0.74 | 4.91 | - |
| YUV | 18.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 64 | 0.50 | 0.95 | 0 | 0.75 | 268.52 | 0.91 | 0.13 |
| Hex | 20 | 3 | 40 | 32 | 5F | 0 | 4B | 10D | 5B | D |
| Octal | 40 | 3 | 100 | 62 | 137 | 0 | 113 | 415 | 133 | 15 |
| Binary | 100000 | 11 | 1000000 | 110010 | 1011111 | 0 | 1001011 | 100001101 | 1011011 | 1101 |
Color Harmonies of #200340
Complementary color
Monochromatic Colors of #200340
Black with #200340
Text Example
Text Example
White with #200340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200340; }
p { color: rgb(32,3,64); }
H1.HeaderClassName
{
color: #200340;
}
.AnyTagClassName
{
color: #200340;
}
</style>
background-color css
<style>
a { background-color: #200340; }
a { background-color: rgb(32,3,64); }
div.DivClassName
{
background-color: #200340;
}
.BgClassName
{
background-color: #200340;
}
</style>
border-color css
<style>
span { border-color: #200340; }
span { border-color: rgb(32,3,64); }
td.TdClassName
{
border-color: #200340;
}
.TagClassName
{
border-color: #200340;
}
</style>