Shades of Blackcurrant #200547
Tints of Blackcurrant #200547
RGB
CMYK
RGB Variations
Color information
#200547 (or 0x200547) is known color: Blackcurrant. HEX triplet: 20, 05 and 47. RGB value is (32,5,71). Sum of RGB (Red+Green+Blue) = 32+5+71=108 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.63% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #200547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200547 is #DFFAB8. Grayscale: #141414. Windows color (decimal): -14678713 or 4654368. OLE color: 4654368.
HSL color Cylindrical-coordinate representation of color #200547: hue angle of 264.55º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200547 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 5 | 71 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.72 |
| HSL | 264.55º | 0.87% | 0.15% | - |
| HSV(B) | 264.55º | 0.93% | 0.28% | - |
| XYZ | 1.79 | 0.87 | 6.04 | - |
| YUV | 20.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 71 | 0.55 | 0.93 | 0 | 0.72 | 264.55 | 0.87 | 0.15 |
| Hex | 20 | 5 | 47 | 37 | 5D | 0 | 48 | 109 | 57 | F |
| Octal | 40 | 5 | 107 | 67 | 135 | 0 | 110 | 411 | 127 | 17 |
| Binary | 100000 | 101 | 1000111 | 110111 | 1011101 | 0 | 1001000 | 100001001 | 1010111 | 1111 |
Color Harmonies of #200547
Complementary color
Monochromatic Colors of #200547
Black with #200547
Text Example
Text Example
White with #200547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200547; }
p { color: rgb(32,5,71); }
H1.HeaderClassName
{
color: #200547;
}
.AnyTagClassName
{
color: #200547;
}
</style>
background-color css
<style>
a { background-color: #200547; }
a { background-color: rgb(32,5,71); }
div.DivClassName
{
background-color: #200547;
}
.BgClassName
{
background-color: #200547;
}
</style>
border-color css
<style>
span { border-color: #200547; }
span { border-color: rgb(32,5,71); }
td.TdClassName
{
border-color: #200547;
}
.TagClassName
{
border-color: #200547;
}
</style>