Shades of Blackcurrant #210349
Tints of Blackcurrant #210349
RGB
CMYK
RGB Variations
Color information
#210349 (or 0x210349) is known color: Blackcurrant. HEX triplet: 21, 03 and 49. RGB value is (33,3,73). Sum of RGB (Red+Green+Blue) = 33+3+73=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #210349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210349 is #DEFCB6. Grayscale: #131313. Windows color (decimal): -14613687 or 4784929. OLE color: 4784929.
HSL color Cylindrical-coordinate representation of color #210349: hue angle of 265.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210349 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 3 | 73 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.71 |
| HSL | 265.71º | 0.92% | 0.15% | - |
| HSV(B) | 265.71º | 0.96% | 0.29% | - |
| XYZ | 1.86 | 0.87 | 6.37 | - |
| YUV | 19.95 | 157.94 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 73 | 0.55 | 0.96 | 0 | 0.71 | 265.71 | 0.92 | 0.15 |
| Hex | 21 | 3 | 49 | 37 | 60 | 0 | 47 | 10A | 5C | F |
| Octal | 41 | 3 | 111 | 67 | 140 | 0 | 107 | 412 | 134 | 17 |
| Binary | 100001 | 11 | 1001001 | 110111 | 1100000 | 0 | 1000111 | 100001010 | 1011100 | 1111 |
Color Harmonies of #210349
Complementary color
Monochromatic Colors of #210349
Black with #210349
Text Example
Text Example
White with #210349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210349; }
p { color: rgb(33,3,73); }
H1.HeaderClassName
{
color: #210349;
}
.AnyTagClassName
{
color: #210349;
}
</style>
background-color css
<style>
a { background-color: #210349; }
a { background-color: rgb(33,3,73); }
div.DivClassName
{
background-color: #210349;
}
.BgClassName
{
background-color: #210349;
}
</style>
border-color css
<style>
span { border-color: #210349; }
span { border-color: rgb(33,3,73); }
td.TdClassName
{
border-color: #210349;
}
.TagClassName
{
border-color: #210349;
}
</style>