Shades of Blackcurrant #200133
Tints of Blackcurrant #200133
RGB
CMYK
RGB Variations
Color information
#200133 (or 0x200133) is known color: Blackcurrant. HEX triplet: 20, 01 and 33. RGB value is (32,1,51). Sum of RGB (Red+Green+Blue) = 32+1+51=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #200133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200133 is #DFFECC. Grayscale: #0F0F0F. Windows color (decimal): -14679757 or 3342624. OLE color: 3342624.
HSL color Cylindrical-coordinate representation of color #200133: hue angle of 277.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200133 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 1 | 51 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.8 |
| HSL | 277.2º | 0.96% | 0.1% | - |
| HSV(B) | 277.2º | 0.98% | 0.2% | - |
| XYZ | 1.2 | 0.57 | 3.18 | - |
| YUV | 15.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 51 | 0.37 | 0.98 | 0 | 0.8 | 277.2 | 0.96 | 0.1 |
| Hex | 20 | 1 | 33 | 25 | 62 | 0 | 50 | 115 | 60 | A |
| Octal | 40 | 1 | 63 | 45 | 142 | 0 | 120 | 425 | 140 | 12 |
| Binary | 100000 | 1 | 110011 | 100101 | 1100010 | 0 | 1010000 | 100010101 | 1100000 | 1010 |
Color Harmonies of #200133
Complementary color
Monochromatic Colors of #200133
Black with #200133
Text Example
Text Example
White with #200133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200133; }
p { color: rgb(32,1,51); }
H1.HeaderClassName
{
color: #200133;
}
.AnyTagClassName
{
color: #200133;
}
</style>
background-color css
<style>
a { background-color: #200133; }
a { background-color: rgb(32,1,51); }
div.DivClassName
{
background-color: #200133;
}
.BgClassName
{
background-color: #200133;
}
</style>
border-color css
<style>
span { border-color: #200133; }
span { border-color: rgb(32,1,51); }
td.TdClassName
{
border-color: #200133;
}
.TagClassName
{
border-color: #200133;
}
</style>