Shades of Blackcurrant #210347
Tints of Blackcurrant #210347
RGB
CMYK
RGB Variations
Color information
#210347 (or 0x210347) is known color: Blackcurrant. HEX triplet: 21, 03 and 47. RGB value is (33,3,71). Sum of RGB (Red+Green+Blue) = 33+3+71=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #210347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210347 is #DEFCB8. Grayscale: #131313. Windows color (decimal): -14613689 or 4653857. OLE color: 4653857.
HSL color Cylindrical-coordinate representation of color #210347: hue angle of 266.47º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210347 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 3 | 71 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.72 |
| HSL | 266.47º | 0.92% | 0.15% | - |
| HSV(B) | 266.47º | 0.96% | 0.28% | - |
| XYZ | 1.8 | 0.84 | 6.03 | - |
| YUV | 19.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 71 | 0.54 | 0.96 | 0 | 0.72 | 266.47 | 0.92 | 0.15 |
| Hex | 21 | 3 | 47 | 36 | 60 | 0 | 48 | 10A | 5C | F |
| Octal | 41 | 3 | 107 | 66 | 140 | 0 | 110 | 412 | 134 | 17 |
| Binary | 100001 | 11 | 1000111 | 110110 | 1100000 | 0 | 1001000 | 100001010 | 1011100 | 1111 |
Color Harmonies of #210347
Complementary color
Monochromatic Colors of #210347
Black with #210347
Text Example
Text Example
White with #210347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210347; }
p { color: rgb(33,3,71); }
H1.HeaderClassName
{
color: #210347;
}
.AnyTagClassName
{
color: #210347;
}
</style>
background-color css
<style>
a { background-color: #210347; }
a { background-color: rgb(33,3,71); }
div.DivClassName
{
background-color: #210347;
}
.BgClassName
{
background-color: #210347;
}
</style>
border-color css
<style>
span { border-color: #210347; }
span { border-color: rgb(33,3,71); }
td.TdClassName
{
border-color: #210347;
}
.TagClassName
{
border-color: #210347;
}
</style>