Shades of Blackcurrant #200247
Tints of Blackcurrant #200247
RGB
CMYK
RGB Variations
Color information
#200247 (or 0x200247) is known color: Blackcurrant. HEX triplet: 20, 02 and 47. RGB value is (32,2,71). Sum of RGB (Red+Green+Blue) = 32+2+71=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #200247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200247 is #DFFDB8. Grayscale: #121212. Windows color (decimal): -14679481 or 4653600. OLE color: 4653600.
HSL color Cylindrical-coordinate representation of color #200247: hue angle of 266.09º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200247 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 2 | 71 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.72 |
| HSL | 266.09º | 0.95% | 0.14% | - |
| HSV(B) | 266.09º | 0.97% | 0.28% | - |
| XYZ | 1.75 | 0.81 | 6.02 | - |
| YUV | 18.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 71 | 0.55 | 0.97 | 0 | 0.72 | 266.09 | 0.95 | 0.14 |
| Hex | 20 | 2 | 47 | 37 | 61 | 0 | 48 | 10A | 5F | E |
| Octal | 40 | 2 | 107 | 67 | 141 | 0 | 110 | 412 | 137 | 16 |
| Binary | 100000 | 10 | 1000111 | 110111 | 1100001 | 0 | 1001000 | 100001010 | 1011111 | 1110 |
Color Harmonies of #200247
Complementary color
Monochromatic Colors of #200247
Black with #200247
Text Example
Text Example
White with #200247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200247; }
p { color: rgb(32,2,71); }
H1.HeaderClassName
{
color: #200247;
}
.AnyTagClassName
{
color: #200247;
}
</style>
background-color css
<style>
a { background-color: #200247; }
a { background-color: rgb(32,2,71); }
div.DivClassName
{
background-color: #200247;
}
.BgClassName
{
background-color: #200247;
}
</style>
border-color css
<style>
span { border-color: #200247; }
span { border-color: rgb(32,2,71); }
td.TdClassName
{
border-color: #200247;
}
.TagClassName
{
border-color: #200247;
}
</style>