Shades of Blackcurrant #210326
Tints of Blackcurrant #210326
RGB
CMYK
RGB Variations
Color information
#210326 (or 0x210326) is known color: Blackcurrant. HEX triplet: 21, 03 and 26. RGB value is (33,3,38). Sum of RGB (Red+Green+Blue) = 33+3+38=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #210326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210326 is #DEFCD9. Grayscale: #0F0F0F. Windows color (decimal): -14613722 or 2491169. OLE color: 2491169.
HSL color Cylindrical-coordinate representation of color #210326: hue angle of 291.43º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210326 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 3 | 38 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.85 |
| HSL | 291.43º | 0.85% | 0.08% | - |
| HSV(B) | 291.43º | 0.92% | 0.15% | - |
| XYZ | 1.01 | 0.53 | 1.88 | - |
| YUV | 15.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 38 | 0.13 | 0.92 | 0 | 0.85 | 291.43 | 0.85 | 0.08 |
| Hex | 21 | 3 | 26 | D | 5C | 0 | 55 | 123 | 55 | 8 |
| Octal | 41 | 3 | 46 | 15 | 134 | 0 | 125 | 443 | 125 | 10 |
| Binary | 100001 | 11 | 100110 | 1101 | 1011100 | 0 | 1010101 | 100100011 | 1010101 | 1000 |
Color Harmonies of #210326
Complementary color
Monochromatic Colors of #210326
Black with #210326
Text Example
Text Example
White with #210326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210326; }
p { color: rgb(33,3,38); }
H1.HeaderClassName
{
color: #210326;
}
.AnyTagClassName
{
color: #210326;
}
</style>
background-color css
<style>
a { background-color: #210326; }
a { background-color: rgb(33,3,38); }
div.DivClassName
{
background-color: #210326;
}
.BgClassName
{
background-color: #210326;
}
</style>
border-color css
<style>
span { border-color: #210326; }
span { border-color: rgb(33,3,38); }
td.TdClassName
{
border-color: #210326;
}
.TagClassName
{
border-color: #210326;
}
</style>