Shades of Blackcurrant #200146
Tints of Blackcurrant #200146
RGB
CMYK
RGB Variations
Color information
#200146 (or 0x200146) is known color: Blackcurrant. HEX triplet: 20, 01 and 46. RGB value is (32,1,70). Sum of RGB (Red+Green+Blue) = 32+1+70=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 70 (27.73% from 255 or 67.96% from 103); Max value from RGB is 70 - color contains mainly: blue. Hex color #200146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200146 is #DFFEB9. Grayscale: #111111. Windows color (decimal): -14679738 or 4587808. OLE color: 4587808.
HSL color Cylindrical-coordinate representation of color #200146: hue angle of 266.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200146 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 1 | 70 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.73 |
| HSL | 266.96º | 0.97% | 0.14% | - |
| HSV(B) | 266.96º | 0.99% | 0.27% | - |
| XYZ | 1.71 | 0.77 | 5.85 | - |
| YUV | 18.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 70 | 0.54 | 0.99 | 0 | 0.73 | 266.96 | 0.97 | 0.14 |
| Hex | 20 | 1 | 46 | 36 | 63 | 0 | 49 | 10B | 61 | E |
| Octal | 40 | 1 | 106 | 66 | 143 | 0 | 111 | 413 | 141 | 16 |
| Binary | 100000 | 1 | 1000110 | 110110 | 1100011 | 0 | 1001001 | 100001011 | 1100001 | 1110 |
Color Harmonies of #200146
Complementary color
Monochromatic Colors of #200146
Black with #200146
Text Example
Text Example
White with #200146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200146; }
p { color: rgb(32,1,70); }
H1.HeaderClassName
{
color: #200146;
}
.AnyTagClassName
{
color: #200146;
}
</style>
background-color css
<style>
a { background-color: #200146; }
a { background-color: rgb(32,1,70); }
div.DivClassName
{
background-color: #200146;
}
.BgClassName
{
background-color: #200146;
}
</style>
border-color css
<style>
span { border-color: #200146; }
span { border-color: rgb(32,1,70); }
td.TdClassName
{
border-color: #200146;
}
.TagClassName
{
border-color: #200146;
}
</style>