Shades of Blackcurrant #200324
Tints of Blackcurrant #200324
RGB
CMYK
RGB Variations
Color information
#200324 (or 0x200324) is known color: Blackcurrant. HEX triplet: 20, 03 and 24. RGB value is (32,3,36). Sum of RGB (Red+Green+Blue) = 32+3+36=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #200324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200324 is #DFFCDB. Grayscale: #0F0F0F. Windows color (decimal): -14679260 or 2360096. OLE color: 2360096.
HSL color Cylindrical-coordinate representation of color #200324: hue angle of 292.73º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200324 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 3 | 36 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.86 |
| HSL | 292.73º | 0.85% | 0.08% | - |
| HSV(B) | 292.73º | 0.92% | 0.14% | - |
| XYZ | 0.95 | 0.5 | 1.72 | - |
| YUV | 15.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 36 | 0.11 | 0.92 | 0 | 0.86 | 292.73 | 0.85 | 0.08 |
| Hex | 20 | 3 | 24 | B | 5C | 0 | 56 | 125 | 55 | 8 |
| Octal | 40 | 3 | 44 | 13 | 134 | 0 | 126 | 445 | 125 | 10 |
| Binary | 100000 | 11 | 100100 | 1011 | 1011100 | 0 | 1010110 | 100100101 | 1010101 | 1000 |
Color Harmonies of #200324
Complementary color
Monochromatic Colors of #200324
Black with #200324
Text Example
Text Example
White with #200324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200324; }
p { color: rgb(32,3,36); }
H1.HeaderClassName
{
color: #200324;
}
.AnyTagClassName
{
color: #200324;
}
</style>
background-color css
<style>
a { background-color: #200324; }
a { background-color: rgb(32,3,36); }
div.DivClassName
{
background-color: #200324;
}
.BgClassName
{
background-color: #200324;
}
</style>
border-color css
<style>
span { border-color: #200324; }
span { border-color: rgb(32,3,36); }
td.TdClassName
{
border-color: #200324;
}
.TagClassName
{
border-color: #200324;
}
</style>