Shades of Blackcurrant #200C32
Tints of Blackcurrant #200C32
RGB
CMYK
RGB Variations
Color information
#200C32 (or 0x200C32) is known color: Blackcurrant. HEX triplet: 20, 0C and 32. RGB value is (32,12,50). Sum of RGB (Red+Green+Blue) = 32+12+50=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #200C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C32 is #DFF3CD. Grayscale: #161616. Windows color (decimal): -14676942 or 3279904. OLE color: 3279904.
HSL color Cylindrical-coordinate representation of color #200C32: hue angle of 271.58º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #200C32 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 12 | 50 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.80 |
| HSL | 271.58º | 0.61% | 0.12% | - |
| HSV(B) | 271.58º | 0.76% | 0.2% | - |
| XYZ | 1.3 | 0.8 | 3.1 | - |
| YUV | 22.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 50 | 0.36 | 0.76 | 0 | 0.80 | 271.58 | 0.61 | 0.12 |
| Hex | 20 | C | 32 | 24 | 4C | 0 | 50 | 110 | 3D | C |
| Octal | 40 | 14 | 62 | 44 | 114 | 0 | 120 | 420 | 75 | 14 |
| Binary | 100000 | 1100 | 110010 | 100100 | 1001100 | 0 | 1010000 | 100010000 | 111101 | 1100 |
Color Harmonies of #200C32
Complementary color
Monochromatic Colors of #200C32
Black with #200C32
Text Example
Text Example
White with #200C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C32; }
p { color: rgb(32,12,50); }
H1.HeaderClassName
{
color: #200C32;
}
.AnyTagClassName
{
color: #200C32;
}
</style>
background-color css
<style>
a { background-color: #200C32; }
a { background-color: rgb(32,12,50); }
div.DivClassName
{
background-color: #200C32;
}
.BgClassName
{
background-color: #200C32;
}
</style>
border-color css
<style>
span { border-color: #200C32; }
span { border-color: rgb(32,12,50); }
td.TdClassName
{
border-color: #200C32;
}
.TagClassName
{
border-color: #200C32;
}
</style>