Shades of Blackcurrant #200932
Tints of Blackcurrant #200932
RGB
CMYK
RGB Variations
Color information
#200932 (or 0x200932) is known color: Blackcurrant. HEX triplet: 20, 09 and 32. RGB value is (32,9,50). Sum of RGB (Red+Green+Blue) = 32+9+50=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #200932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200932 is #DFF6CD. Grayscale: #141414. Windows color (decimal): -14677710 or 3279136. OLE color: 3279136.
HSL color Cylindrical-coordinate representation of color #200932: hue angle of 273.66º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #200932 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 9 | 50 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.80 |
| HSL | 273.66º | 0.69% | 0.12% | - |
| HSV(B) | 273.66º | 0.82% | 0.2% | - |
| XYZ | 1.27 | 0.73 | 3.09 | - |
| YUV | 20.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 50 | 0.36 | 0.82 | 0 | 0.80 | 273.66 | 0.69 | 0.12 |
| Hex | 20 | 9 | 32 | 24 | 52 | 0 | 50 | 112 | 45 | C |
| Octal | 40 | 11 | 62 | 44 | 122 | 0 | 120 | 422 | 105 | 14 |
| Binary | 100000 | 1001 | 110010 | 100100 | 1010010 | 0 | 1010000 | 100010010 | 1000101 | 1100 |
Color Harmonies of #200932
Complementary color
Monochromatic Colors of #200932
Black with #200932
Text Example
Text Example
White with #200932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200932; }
p { color: rgb(32,9,50); }
H1.HeaderClassName
{
color: #200932;
}
.AnyTagClassName
{
color: #200932;
}
</style>
background-color css
<style>
a { background-color: #200932; }
a { background-color: rgb(32,9,50); }
div.DivClassName
{
background-color: #200932;
}
.BgClassName
{
background-color: #200932;
}
</style>
border-color css
<style>
span { border-color: #200932; }
span { border-color: rgb(32,9,50); }
td.TdClassName
{
border-color: #200932;
}
.TagClassName
{
border-color: #200932;
}
</style>