Shades of Blackcurrant #21102E
Tints of Blackcurrant #21102E
RGB
CMYK
RGB Variations
Color information
#21102E (or 0x21102E) is known color: Blackcurrant. HEX triplet: 21, 10 and 2E. RGB value is (33,16,46). Sum of RGB (Red+Green+Blue) = 33+16+46=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #21102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21102E is #DEEFD1. Grayscale: #181818. Windows color (decimal): -14610386 or 3018785. OLE color: 3018785.
HSL color Cylindrical-coordinate representation of color #21102E: hue angle of 274º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21102E is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 16 | 46 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.82 |
| HSL | 274º | 0.48% | 0.12% | - |
| HSV(B) | 274º | 0.65% | 0.18% | - |
| XYZ | 1.31 | 0.89 | 2.69 | - |
| YUV | 24.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 46 | 0.28 | 0.65 | 0 | 0.82 | 274 | 0.48 | 0.12 |
| Hex | 21 | 10 | 2E | 1C | 41 | 0 | 52 | 112 | 30 | C |
| Octal | 41 | 20 | 56 | 34 | 101 | 0 | 122 | 422 | 60 | 14 |
| Binary | 100001 | 10000 | 101110 | 11100 | 1000001 | 0 | 1010010 | 100010010 | 110000 | 1100 |
Color Harmonies of #21102E
Complementary color
Monochromatic Colors of #21102E
Black with #21102E
Text Example
Text Example
White with #21102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21102E; }
p { color: rgb(33,16,46); }
H1.HeaderClassName
{
color: #21102E;
}
.AnyTagClassName
{
color: #21102E;
}
</style>
background-color css
<style>
a { background-color: #21102E; }
a { background-color: rgb(33,16,46); }
div.DivClassName
{
background-color: #21102E;
}
.BgClassName
{
background-color: #21102E;
}
</style>
border-color css
<style>
span { border-color: #21102E; }
span { border-color: rgb(33,16,46); }
td.TdClassName
{
border-color: #21102E;
}
.TagClassName
{
border-color: #21102E;
}
</style>