Shades of Blackcurrant #210143
Tints of Blackcurrant #210143
RGB
CMYK
RGB Variations
Color information
#210143 (or 0x210143) is known color: Blackcurrant. HEX triplet: 21, 01 and 43. RGB value is (33,1,67). Sum of RGB (Red+Green+Blue) = 33+1+67=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 67 (26.56% from 255 or 66.34% from 101); Max value from RGB is 67 - color contains mainly: blue. Hex color #210143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210143 is #DEFEBC. Grayscale: #111111. Windows color (decimal): -14614205 or 4391201. OLE color: 4391201.
HSL color Cylindrical-coordinate representation of color #210143: hue angle of 269.09º 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 #210143 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 1 | 67 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.74 |
| HSL | 269.09º | 0.97% | 0.13% | - |
| HSV(B) | 269.09º | 0.99% | 0.26% | - |
| XYZ | 1.65 | 0.75 | 5.37 | - |
| YUV | 18.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 67 | 0.51 | 0.99 | 0 | 0.74 | 269.09 | 0.97 | 0.13 |
| Hex | 21 | 1 | 43 | 33 | 63 | 0 | 4A | 10D | 61 | D |
| Octal | 41 | 1 | 103 | 63 | 143 | 0 | 112 | 415 | 141 | 15 |
| Binary | 100001 | 1 | 1000011 | 110011 | 1100011 | 0 | 1001010 | 100001101 | 1100001 | 1101 |
Color Harmonies of #210143
Complementary color
Monochromatic Colors of #210143
Black with #210143
Text Example
Text Example
White with #210143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210143; }
p { color: rgb(33,1,67); }
H1.HeaderClassName
{
color: #210143;
}
.AnyTagClassName
{
color: #210143;
}
</style>
background-color css
<style>
a { background-color: #210143; }
a { background-color: rgb(33,1,67); }
div.DivClassName
{
background-color: #210143;
}
.BgClassName
{
background-color: #210143;
}
</style>
border-color css
<style>
span { border-color: #210143; }
span { border-color: rgb(33,1,67); }
td.TdClassName
{
border-color: #210143;
}
.TagClassName
{
border-color: #210143;
}
</style>