Shades of Blackcurrant #200143
Tints of Blackcurrant #200143
RGB
CMYK
RGB Variations
Color information
#200143 (or 0x200143) is known color: Blackcurrant. HEX triplet: 20, 01 and 43. RGB value is (32,1,67). Sum of RGB (Red+Green+Blue) = 32+1+67=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 67 (26.56% from 255 or 67% from 100); Max value from RGB is 67 - color contains mainly: blue. Hex color #200143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200143 is #DFFEBC. Grayscale: #111111. Windows color (decimal): -14679741 or 4391200. OLE color: 4391200.
HSL color Cylindrical-coordinate representation of color #200143: hue angle of 268.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200143 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 1 | 67 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.74 |
| HSL | 268.18º | 0.97% | 0.13% | - |
| HSV(B) | 268.18º | 0.99% | 0.26% | - |
| XYZ | 1.62 | 0.73 | 5.37 | - |
| YUV | 17.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 67 | 0.52 | 0.99 | 0 | 0.74 | 268.18 | 0.97 | 0.13 |
| Hex | 20 | 1 | 43 | 34 | 63 | 0 | 4A | 10C | 61 | D |
| Octal | 40 | 1 | 103 | 64 | 143 | 0 | 112 | 414 | 141 | 15 |
| Binary | 100000 | 1 | 1000011 | 110100 | 1100011 | 0 | 1001010 | 100001100 | 1100001 | 1101 |
Color Harmonies of #200143
Complementary color
Monochromatic Colors of #200143
Black with #200143
Text Example
Text Example
White with #200143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200143; }
p { color: rgb(32,1,67); }
H1.HeaderClassName
{
color: #200143;
}
.AnyTagClassName
{
color: #200143;
}
</style>
background-color css
<style>
a { background-color: #200143; }
a { background-color: rgb(32,1,67); }
div.DivClassName
{
background-color: #200143;
}
.BgClassName
{
background-color: #200143;
}
</style>
border-color css
<style>
span { border-color: #200143; }
span { border-color: rgb(32,1,67); }
td.TdClassName
{
border-color: #200143;
}
.TagClassName
{
border-color: #200143;
}
</style>