Shades of Blackcurrant #200332
Tints of Blackcurrant #200332
RGB
CMYK
RGB Variations
Color information
#200332 (or 0x200332) is known color: Blackcurrant. HEX triplet: 20, 03 and 32. RGB value is (32,3,50). Sum of RGB (Red+Green+Blue) = 32+3+50=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #200332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200332 is #DFFCCD. Grayscale: #101010. Windows color (decimal): -14679246 or 3277600. OLE color: 3277600.
HSL color Cylindrical-coordinate representation of color #200332: hue angle of 277.02º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200332 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 3 | 50 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.80 |
| HSL | 277.02º | 0.89% | 0.1% | - |
| HSV(B) | 277.02º | 0.94% | 0.2% | - |
| XYZ | 1.2 | 0.6 | 3.07 | - |
| YUV | 17.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 50 | 0.36 | 0.94 | 0 | 0.80 | 277.02 | 0.89 | 0.1 |
| Hex | 20 | 3 | 32 | 24 | 5E | 0 | 50 | 115 | 59 | A |
| Octal | 40 | 3 | 62 | 44 | 136 | 0 | 120 | 425 | 131 | 12 |
| Binary | 100000 | 11 | 110010 | 100100 | 1011110 | 0 | 1010000 | 100010101 | 1011001 | 1010 |
Color Harmonies of #200332
Complementary color
Monochromatic Colors of #200332
Black with #200332
Text Example
Text Example
White with #200332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200332; }
p { color: rgb(32,3,50); }
H1.HeaderClassName
{
color: #200332;
}
.AnyTagClassName
{
color: #200332;
}
</style>
background-color css
<style>
a { background-color: #200332; }
a { background-color: rgb(32,3,50); }
div.DivClassName
{
background-color: #200332;
}
.BgClassName
{
background-color: #200332;
}
</style>
border-color css
<style>
span { border-color: #200332; }
span { border-color: rgb(32,3,50); }
td.TdClassName
{
border-color: #200332;
}
.TagClassName
{
border-color: #200332;
}
</style>