Shades of Blackcurrant #200532
Tints of Blackcurrant #200532
RGB
CMYK
RGB Variations
Color information
#200532 (or 0x200532) is known color: Blackcurrant. HEX triplet: 20, 05 and 32. RGB value is (32,5,50). Sum of RGB (Red+Green+Blue) = 32+5+50=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 50 (19.92% from 255 or 57.47% from 87); Max value from RGB is 50 - color contains mainly: blue. Hex color #200532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200532 is #DFFACD. Grayscale: #121212. Windows color (decimal): -14678734 or 3278112. OLE color: 3278112.
HSL color Cylindrical-coordinate representation of color #200532: hue angle of 276º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200532 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 5 | 50 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.80 |
| HSL | 276º | 0.82% | 0.11% | - |
| HSV(B) | 276º | 0.9% | 0.2% | - |
| XYZ | 1.23 | 0.65 | 3.08 | - |
| YUV | 18.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 50 | 0.36 | 0.90 | 0 | 0.80 | 276 | 0.82 | 0.11 |
| Hex | 20 | 5 | 32 | 24 | 5A | 0 | 50 | 114 | 52 | B |
| Octal | 40 | 5 | 62 | 44 | 132 | 0 | 120 | 424 | 122 | 13 |
| Binary | 100000 | 101 | 110010 | 100100 | 1011010 | 0 | 1010000 | 100010100 | 1010010 | 1011 |
Color Harmonies of #200532
Complementary color
Monochromatic Colors of #200532
Black with #200532
Text Example
Text Example
White with #200532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200532; }
p { color: rgb(32,5,50); }
H1.HeaderClassName
{
color: #200532;
}
.AnyTagClassName
{
color: #200532;
}
</style>
background-color css
<style>
a { background-color: #200532; }
a { background-color: rgb(32,5,50); }
div.DivClassName
{
background-color: #200532;
}
.BgClassName
{
background-color: #200532;
}
</style>
border-color css
<style>
span { border-color: #200532; }
span { border-color: rgb(32,5,50); }
td.TdClassName
{
border-color: #200532;
}
.TagClassName
{
border-color: #200532;
}
</style>