Shades of Blackcurrant #200147
Tints of Blackcurrant #200147
RGB
CMYK
RGB Variations
Color information
#200147 (or 0x200147) is known color: Blackcurrant. HEX triplet: 20, 01 and 47. RGB value is (32,1,71). Sum of RGB (Red+Green+Blue) = 32+1+71=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #200147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200147 is #DFFEB8. Grayscale: #121212. Windows color (decimal): -14679737 or 4653344. OLE color: 4653344.
HSL color Cylindrical-coordinate representation of color #200147: hue angle of 266.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200147 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 1 | 71 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.72 |
| HSL | 266.57º | 0.97% | 0.14% | - |
| HSV(B) | 266.57º | 0.99% | 0.28% | - |
| XYZ | 1.74 | 0.78 | 6.02 | - |
| YUV | 18.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 71 | 0.55 | 0.99 | 0 | 0.72 | 266.57 | 0.97 | 0.14 |
| Hex | 20 | 1 | 47 | 37 | 63 | 0 | 48 | 10B | 61 | E |
| Octal | 40 | 1 | 107 | 67 | 143 | 0 | 110 | 413 | 141 | 16 |
| Binary | 100000 | 1 | 1000111 | 110111 | 1100011 | 0 | 1001000 | 100001011 | 1100001 | 1110 |
Color Harmonies of #200147
Complementary color
Monochromatic Colors of #200147
Black with #200147
Text Example
Text Example
White with #200147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200147; }
p { color: rgb(32,1,71); }
H1.HeaderClassName
{
color: #200147;
}
.AnyTagClassName
{
color: #200147;
}
</style>
background-color css
<style>
a { background-color: #200147; }
a { background-color: rgb(32,1,71); }
div.DivClassName
{
background-color: #200147;
}
.BgClassName
{
background-color: #200147;
}
</style>
border-color css
<style>
span { border-color: #200147; }
span { border-color: rgb(32,1,71); }
td.TdClassName
{
border-color: #200147;
}
.TagClassName
{
border-color: #200147;
}
</style>