Shades of Blackcurrant #210434
Tints of Blackcurrant #210434
RGB
CMYK
RGB Variations
Color information
#210434 (or 0x210434) is known color: Blackcurrant. HEX triplet: 21, 04 and 34. RGB value is (33,4,52). Sum of RGB (Red+Green+Blue) = 33+4+52=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #210434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210434 is #DEFBCB. Grayscale: #111111. Windows color (decimal): -14613452 or 3408929. OLE color: 3408929.
HSL color Cylindrical-coordinate representation of color #210434: hue angle of 276.25º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210434 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 4 | 52 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.80 |
| HSL | 276.25º | 0.86% | 0.11% | - |
| HSV(B) | 276.25º | 0.92% | 0.2% | - |
| XYZ | 1.29 | 0.66 | 3.31 | - |
| YUV | 18.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 52 | 0.37 | 0.92 | 0 | 0.80 | 276.25 | 0.86 | 0.11 |
| Hex | 21 | 4 | 34 | 25 | 5C | 0 | 50 | 114 | 56 | B |
| Octal | 41 | 4 | 64 | 45 | 134 | 0 | 120 | 424 | 126 | 13 |
| Binary | 100001 | 100 | 110100 | 100101 | 1011100 | 0 | 1010000 | 100010100 | 1010110 | 1011 |
Color Harmonies of #210434
Complementary color
Monochromatic Colors of #210434
Black with #210434
Text Example
Text Example
White with #210434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210434; }
p { color: rgb(33,4,52); }
H1.HeaderClassName
{
color: #210434;
}
.AnyTagClassName
{
color: #210434;
}
</style>
background-color css
<style>
a { background-color: #210434; }
a { background-color: rgb(33,4,52); }
div.DivClassName
{
background-color: #210434;
}
.BgClassName
{
background-color: #210434;
}
</style>
border-color css
<style>
span { border-color: #210434; }
span { border-color: rgb(33,4,52); }
td.TdClassName
{
border-color: #210434;
}
.TagClassName
{
border-color: #210434;
}
</style>