Shades of Blackcurrant #210144
Tints of Blackcurrant #210144
RGB
CMYK
RGB Variations
Color information
#210144 (or 0x210144) is known color: Blackcurrant. HEX triplet: 21, 01 and 44. RGB value is (33,1,68). Sum of RGB (Red+Green+Blue) = 33+1+68=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 68 (26.95% from 255 or 66.67% from 102); Max value from RGB is 68 - color contains mainly: blue. Hex color #210144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210144 is #DEFEBB. Grayscale: #111111. Windows color (decimal): -14614204 or 4456737. OLE color: 4456737.
HSL color Cylindrical-coordinate representation of color #210144: hue angle of 268.66º 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 #210144 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 1 | 68 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.73 |
| HSL | 268.66º | 0.97% | 0.14% | - |
| HSV(B) | 268.66º | 0.99% | 0.27% | - |
| XYZ | 1.68 | 0.76 | 5.53 | - |
| YUV | 18.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 68 | 0.51 | 0.99 | 0 | 0.73 | 268.66 | 0.97 | 0.14 |
| Hex | 21 | 1 | 44 | 33 | 63 | 0 | 49 | 10D | 61 | E |
| Octal | 41 | 1 | 104 | 63 | 143 | 0 | 111 | 415 | 141 | 16 |
| Binary | 100001 | 1 | 1000100 | 110011 | 1100011 | 0 | 1001001 | 100001101 | 1100001 | 1110 |
Color Harmonies of #210144
Complementary color
Monochromatic Colors of #210144
Black with #210144
Text Example
Text Example
White with #210144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210144; }
p { color: rgb(33,1,68); }
H1.HeaderClassName
{
color: #210144;
}
.AnyTagClassName
{
color: #210144;
}
</style>
background-color css
<style>
a { background-color: #210144; }
a { background-color: rgb(33,1,68); }
div.DivClassName
{
background-color: #210144;
}
.BgClassName
{
background-color: #210144;
}
</style>
border-color css
<style>
span { border-color: #210144; }
span { border-color: rgb(33,1,68); }
td.TdClassName
{
border-color: #210144;
}
.TagClassName
{
border-color: #210144;
}
</style>