Shades of Blackcurrant #210634
Tints of Blackcurrant #210634
RGB
CMYK
RGB Variations
Color information
#210634 (or 0x210634) is known color: Blackcurrant. HEX triplet: 21, 06 and 34. RGB value is (33,6,52). Sum of RGB (Red+Green+Blue) = 33+6+52=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #210634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210634 is #DEF9CB. Grayscale: #131313. Windows color (decimal): -14612940 or 3409441. OLE color: 3409441.
HSL color Cylindrical-coordinate representation of color #210634: hue angle of 275.22º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210634 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 6 | 52 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.80 |
| HSL | 275.22º | 0.79% | 0.11% | - |
| HSV(B) | 275.22º | 0.88% | 0.2% | - |
| XYZ | 1.31 | 0.7 | 3.32 | - |
| YUV | 19.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 52 | 0.37 | 0.88 | 0 | 0.80 | 275.22 | 0.79 | 0.11 |
| Hex | 21 | 6 | 34 | 25 | 58 | 0 | 50 | 113 | 4F | B |
| Octal | 41 | 6 | 64 | 45 | 130 | 0 | 120 | 423 | 117 | 13 |
| Binary | 100001 | 110 | 110100 | 100101 | 1011000 | 0 | 1010000 | 100010011 | 1001111 | 1011 |
Color Harmonies of #210634
Complementary color
Monochromatic Colors of #210634
Black with #210634
Text Example
Text Example
White with #210634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210634; }
p { color: rgb(33,6,52); }
H1.HeaderClassName
{
color: #210634;
}
.AnyTagClassName
{
color: #210634;
}
</style>
background-color css
<style>
a { background-color: #210634; }
a { background-color: rgb(33,6,52); }
div.DivClassName
{
background-color: #210634;
}
.BgClassName
{
background-color: #210634;
}
</style>
border-color css
<style>
span { border-color: #210634; }
span { border-color: rgb(33,6,52); }
td.TdClassName
{
border-color: #210634;
}
.TagClassName
{
border-color: #210634;
}
</style>