Shades of Blackcurrant #210346
Tints of Blackcurrant #210346
RGB
CMYK
RGB Variations
Color information
#210346 (or 0x210346) is known color: Blackcurrant. HEX triplet: 21, 03 and 46. RGB value is (33,3,70). Sum of RGB (Red+Green+Blue) = 33+3+70=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #210346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210346 is #DEFCB9. Grayscale: #131313. Windows color (decimal): -14613690 or 4588321. OLE color: 4588321.
HSL color Cylindrical-coordinate representation of color #210346: hue angle of 266.87º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210346 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 3 | 70 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.73 |
| HSL | 266.87º | 0.92% | 0.14% | - |
| HSV(B) | 266.87º | 0.96% | 0.27% | - |
| XYZ | 1.77 | 0.83 | 5.86 | - |
| YUV | 19.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 70 | 0.53 | 0.96 | 0 | 0.73 | 266.87 | 0.92 | 0.14 |
| Hex | 21 | 3 | 46 | 35 | 60 | 0 | 49 | 10B | 5C | E |
| Octal | 41 | 3 | 106 | 65 | 140 | 0 | 111 | 413 | 134 | 16 |
| Binary | 100001 | 11 | 1000110 | 110101 | 1100000 | 0 | 1001001 | 100001011 | 1011100 | 1110 |
Color Harmonies of #210346
Complementary color
Monochromatic Colors of #210346
Black with #210346
Text Example
Text Example
White with #210346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210346; }
p { color: rgb(33,3,70); }
H1.HeaderClassName
{
color: #210346;
}
.AnyTagClassName
{
color: #210346;
}
</style>
background-color css
<style>
a { background-color: #210346; }
a { background-color: rgb(33,3,70); }
div.DivClassName
{
background-color: #210346;
}
.BgClassName
{
background-color: #210346;
}
</style>
border-color css
<style>
span { border-color: #210346; }
span { border-color: rgb(33,3,70); }
td.TdClassName
{
border-color: #210346;
}
.TagClassName
{
border-color: #210346;
}
</style>