Shades of Blackcurrant #200149
Tints of Blackcurrant #200149
RGB
CMYK
RGB Variations
Color information
#200149 (or 0x200149) is known color: Blackcurrant. HEX triplet: 20, 01 and 49. RGB value is (32,1,73). Sum of RGB (Red+Green+Blue) = 32+1+73=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 73 (28.91% from 255 or 68.87% from 106); Max value from RGB is 73 - color contains mainly: blue. Hex color #200149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200149 is #DFFEB6. Grayscale: #121212. Windows color (decimal): -14679735 or 4784416. OLE color: 4784416.
HSL color Cylindrical-coordinate representation of color #200149: hue angle of 265.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200149 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 1 | 73 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.71 |
| HSL | 265.83º | 0.97% | 0.15% | - |
| HSV(B) | 265.83º | 0.99% | 0.29% | - |
| XYZ | 1.81 | 0.81 | 6.36 | - |
| YUV | 18.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 73 | 0.56 | 0.99 | 0 | 0.71 | 265.83 | 0.97 | 0.15 |
| Hex | 20 | 1 | 49 | 38 | 63 | 0 | 47 | 10A | 61 | F |
| Octal | 40 | 1 | 111 | 70 | 143 | 0 | 107 | 412 | 141 | 17 |
| Binary | 100000 | 1 | 1001001 | 111000 | 1100011 | 0 | 1000111 | 100001010 | 1100001 | 1111 |
Color Harmonies of #200149
Complementary color
Monochromatic Colors of #200149
Black with #200149
Text Example
Text Example
White with #200149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200149; }
p { color: rgb(32,1,73); }
H1.HeaderClassName
{
color: #200149;
}
.AnyTagClassName
{
color: #200149;
}
</style>
background-color css
<style>
a { background-color: #200149; }
a { background-color: rgb(32,1,73); }
div.DivClassName
{
background-color: #200149;
}
.BgClassName
{
background-color: #200149;
}
</style>
border-color css
<style>
span { border-color: #200149; }
span { border-color: rgb(32,1,73); }
td.TdClassName
{
border-color: #200149;
}
.TagClassName
{
border-color: #200149;
}
</style>