Shades of Blackcurrant #200531
Tints of Blackcurrant #200531
RGB
CMYK
RGB Variations
Color information
#200531 (or 0x200531) is known color: Blackcurrant. HEX triplet: 20, 05 and 31. RGB value is (32,5,49). Sum of RGB (Red+Green+Blue) = 32+5+49=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #200531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200531 is #DFFACE. Grayscale: #111111. Windows color (decimal): -14678735 or 3212576. OLE color: 3212576.
HSL color Cylindrical-coordinate representation of color #200531: hue angle of 276.82º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200531 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 5 | 49 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.81 |
| HSL | 276.82º | 0.81% | 0.11% | - |
| HSV(B) | 276.82º | 0.9% | 0.19% | - |
| XYZ | 1.2 | 0.64 | 2.97 | - |
| YUV | 18.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 49 | 0.35 | 0.90 | 0 | 0.81 | 276.82 | 0.81 | 0.11 |
| Hex | 20 | 5 | 31 | 23 | 5A | 0 | 51 | 115 | 51 | B |
| Octal | 40 | 5 | 61 | 43 | 132 | 0 | 121 | 425 | 121 | 13 |
| Binary | 100000 | 101 | 110001 | 100011 | 1011010 | 0 | 1010001 | 100010101 | 1010001 | 1011 |
Color Harmonies of #200531
Complementary color
Monochromatic Colors of #200531
Black with #200531
Text Example
Text Example
White with #200531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200531; }
p { color: rgb(32,5,49); }
H1.HeaderClassName
{
color: #200531;
}
.AnyTagClassName
{
color: #200531;
}
</style>
background-color css
<style>
a { background-color: #200531; }
a { background-color: rgb(32,5,49); }
div.DivClassName
{
background-color: #200531;
}
.BgClassName
{
background-color: #200531;
}
</style>
border-color css
<style>
span { border-color: #200531; }
span { border-color: rgb(32,5,49); }
td.TdClassName
{
border-color: #200531;
}
.TagClassName
{
border-color: #200531;
}
</style>