Shades of Blackcurrant #21022E
Tints of Blackcurrant #21022E
RGB
CMYK
RGB Variations
Color information
#21022E (or 0x21022E) is known color: Blackcurrant. HEX triplet: 21, 02 and 2E. RGB value is (33,2,46). Sum of RGB (Red+Green+Blue) = 33+2+46=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #21022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21022E is #DEFDD1. Grayscale: #101010. Windows color (decimal): -14613970 or 3015201. OLE color: 3015201.
HSL color Cylindrical-coordinate representation of color #21022E: hue angle of 282.27º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21022E is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 2 | 46 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.82 |
| HSL | 282.27º | 0.92% | 0.09% | - |
| HSV(B) | 282.27º | 0.96% | 0.18% | - |
| XYZ | 1.14 | 0.56 | 2.63 | - |
| YUV | 16.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 46 | 0.28 | 0.96 | 0 | 0.82 | 282.27 | 0.92 | 0.09 |
| Hex | 21 | 2 | 2E | 1C | 60 | 0 | 52 | 11A | 5C | 9 |
| Octal | 41 | 2 | 56 | 34 | 140 | 0 | 122 | 432 | 134 | 11 |
| Binary | 100001 | 10 | 101110 | 11100 | 1100000 | 0 | 1010010 | 100011010 | 1011100 | 1001 |
Color Harmonies of #21022E
Complementary color
Monochromatic Colors of #21022E
Black with #21022E
Text Example
Text Example
White with #21022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21022E; }
p { color: rgb(33,2,46); }
H1.HeaderClassName
{
color: #21022E;
}
.AnyTagClassName
{
color: #21022E;
}
</style>
background-color css
<style>
a { background-color: #21022E; }
a { background-color: rgb(33,2,46); }
div.DivClassName
{
background-color: #21022E;
}
.BgClassName
{
background-color: #21022E;
}
</style>
border-color css
<style>
span { border-color: #21022E; }
span { border-color: rgb(33,2,46); }
td.TdClassName
{
border-color: #21022E;
}
.TagClassName
{
border-color: #21022E;
}
</style>