Shades of Blackcurrant #210734
Tints of Blackcurrant #210734
RGB
CMYK
RGB Variations
Color information
#210734 (or 0x210734) is known color: Blackcurrant. HEX triplet: 21, 07 and 34. RGB value is (33,7,52). Sum of RGB (Red+Green+Blue) = 33+7+52=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #210734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210734 is #DEF8CB. Grayscale: #131313. Windows color (decimal): -14612684 or 3409697. OLE color: 3409697.
HSL color Cylindrical-coordinate representation of color #210734: hue angle of 274.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #210734 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 7 | 52 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.80 |
| HSL | 274.67º | 0.76% | 0.12% | - |
| HSV(B) | 274.67º | 0.87% | 0.2% | - |
| XYZ | 1.32 | 0.72 | 3.32 | - |
| YUV | 19.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 52 | 0.37 | 0.87 | 0 | 0.80 | 274.67 | 0.76 | 0.12 |
| Hex | 21 | 7 | 34 | 25 | 57 | 0 | 50 | 113 | 4C | C |
| Octal | 41 | 7 | 64 | 45 | 127 | 0 | 120 | 423 | 114 | 14 |
| Binary | 100001 | 111 | 110100 | 100101 | 1010111 | 0 | 1010000 | 100010011 | 1001100 | 1100 |
Color Harmonies of #210734
Complementary color
Monochromatic Colors of #210734
Black with #210734
Text Example
Text Example
White with #210734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210734; }
p { color: rgb(33,7,52); }
H1.HeaderClassName
{
color: #210734;
}
.AnyTagClassName
{
color: #210734;
}
</style>
background-color css
<style>
a { background-color: #210734; }
a { background-color: rgb(33,7,52); }
div.DivClassName
{
background-color: #210734;
}
.BgClassName
{
background-color: #210734;
}
</style>
border-color css
<style>
span { border-color: #210734; }
span { border-color: rgb(33,7,52); }
td.TdClassName
{
border-color: #210734;
}
.TagClassName
{
border-color: #210734;
}
</style>