Shades of Blackcurrant #210043
Tints of Blackcurrant #210043
RGB
CMYK
RGB Variations
Color information
#210043 (or 0x210043) is known color: Blackcurrant. HEX triplet: 21, 00 and 43. RGB value is (33,0,67). Sum of RGB (Red+Green+Blue) = 33+0+67=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 0 (0.39% from 255 or 0% 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 #210043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210043 is #DEFFBC. Grayscale: #111111. Windows color (decimal): -14614461 or 4390945. OLE color: 4390945.
HSL color Cylindrical-coordinate representation of color #210043: hue angle of 269.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210043 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 0 | 67 | - |
| CMYK | 0.51 | 1 | 0 | 0.74 |
| HSL | 269.55º | 1% | 0.13% | - |
| HSV(B) | 269.55º | 1% | 0.26% | - |
| XYZ | 1.64 | 0.73 | 5.36 | - |
| YUV | 17.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 67 | 0.51 | 1 | 0 | 0.74 | 269.55 | 1 | 0.13 |
| Hex | 21 | 0 | 43 | 33 | 64 | 0 | 4A | 10E | 64 | D |
| Octal | 41 | 0 | 103 | 63 | 144 | 0 | 112 | 416 | 144 | 15 |
| Binary | 100001 | 0 | 1000011 | 110011 | 1100100 | 0 | 1001010 | 100001110 | 1100100 | 1101 |
Color Harmonies of #210043
Complementary color
Monochromatic Colors of #210043
Black with #210043
Text Example
Text Example
White with #210043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210043; }
p { color: rgb(33,0,67); }
H1.HeaderClassName
{
color: #210043;
}
.AnyTagClassName
{
color: #210043;
}
</style>
background-color css
<style>
a { background-color: #210043; }
a { background-color: rgb(33,0,67); }
div.DivClassName
{
background-color: #210043;
}
.BgClassName
{
background-color: #210043;
}
</style>
border-color css
<style>
span { border-color: #210043; }
span { border-color: rgb(33,0,67); }
td.TdClassName
{
border-color: #210043;
}
.TagClassName
{
border-color: #210043;
}
</style>