Shades of Blackcurrant #21022F
Tints of Blackcurrant #21022F
RGB
CMYK
RGB Variations
Color information
#21022F (or 0x21022F) is known color: Blackcurrant. HEX triplet: 21, 02 and 2F. RGB value is (33,2,47). Sum of RGB (Red+Green+Blue) = 33+2+47=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #21022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21022F is #DEFDD0. Grayscale: #101010. Windows color (decimal): -14613969 or 3080737. OLE color: 3080737.
HSL color Cylindrical-coordinate representation of color #21022F: hue angle of 281.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21022F is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 2 | 47 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.82 |
| HSL | 281.33º | 0.92% | 0.1% | - |
| HSV(B) | 281.33º | 0.96% | 0.18% | - |
| XYZ | 1.16 | 0.57 | 2.74 | - |
| YUV | 16.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 47 | 0.30 | 0.96 | 0 | 0.82 | 281.33 | 0.92 | 0.1 |
| Hex | 21 | 2 | 2F | 1E | 60 | 0 | 52 | 119 | 5C | A |
| Octal | 41 | 2 | 57 | 36 | 140 | 0 | 122 | 431 | 134 | 12 |
| Binary | 100001 | 10 | 101111 | 11110 | 1100000 | 0 | 1010010 | 100011001 | 1011100 | 1010 |
Color Harmonies of #21022F
Complementary color
Monochromatic Colors of #21022F
Black with #21022F
Text Example
Text Example
White with #21022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21022F; }
p { color: rgb(33,2,47); }
H1.HeaderClassName
{
color: #21022F;
}
.AnyTagClassName
{
color: #21022F;
}
</style>
background-color css
<style>
a { background-color: #21022F; }
a { background-color: rgb(33,2,47); }
div.DivClassName
{
background-color: #21022F;
}
.BgClassName
{
background-color: #21022F;
}
</style>
border-color css
<style>
span { border-color: #21022F; }
span { border-color: rgb(33,2,47); }
td.TdClassName
{
border-color: #21022F;
}
.TagClassName
{
border-color: #21022F;
}
</style>