Shades of Blackcurrant #210126
Tints of Blackcurrant #210126
RGB
CMYK
RGB Variations
Color information
#210126 (or 0x210126) is known color: Blackcurrant. HEX triplet: 21, 01 and 26. RGB value is (33,1,38). Sum of RGB (Red+Green+Blue) = 33+1+38=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #210126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210126 is #DEFED9. Grayscale: #0E0E0E. Windows color (decimal): -14614234 or 2490657. OLE color: 2490657.
HSL color Cylindrical-coordinate representation of color #210126: hue angle of 291.89º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210126 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 1 | 38 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.85 |
| HSL | 291.89º | 0.95% | 0.08% | - |
| HSV(B) | 291.89º | 0.97% | 0.15% | - |
| XYZ | 0.99 | 0.48 | 1.88 | - |
| YUV | 14.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 38 | 0.13 | 0.97 | 0 | 0.85 | 291.89 | 0.95 | 0.08 |
| Hex | 21 | 1 | 26 | D | 61 | 0 | 55 | 124 | 5F | 8 |
| Octal | 41 | 1 | 46 | 15 | 141 | 0 | 125 | 444 | 137 | 10 |
| Binary | 100001 | 1 | 100110 | 1101 | 1100001 | 0 | 1010101 | 100100100 | 1011111 | 1000 |
Color Harmonies of #210126
Complementary color
Monochromatic Colors of #210126
Black with #210126
Text Example
Text Example
White with #210126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210126; }
p { color: rgb(33,1,38); }
H1.HeaderClassName
{
color: #210126;
}
.AnyTagClassName
{
color: #210126;
}
</style>
background-color css
<style>
a { background-color: #210126; }
a { background-color: rgb(33,1,38); }
div.DivClassName
{
background-color: #210126;
}
.BgClassName
{
background-color: #210126;
}
</style>
border-color css
<style>
span { border-color: #210126; }
span { border-color: rgb(33,1,38); }
td.TdClassName
{
border-color: #210126;
}
.TagClassName
{
border-color: #210126;
}
</style>