Shades of Blackcurrant #21192A
Tints of Blackcurrant #21192A
RGB
CMYK
RGB Variations
Color information
#21192A (or 0x21192A) is known color: Blackcurrant. HEX triplet: 21, 19 and 2A. RGB value is (33,25,42). Sum of RGB (Red+Green+Blue) = 33+25+42=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 42 - color contains mainly: blue. Hex color #21192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21192A is #DEE6D5. Grayscale: #1D1D1D. Windows color (decimal): -14608086 or 2758945. OLE color: 2758945.
HSL color Cylindrical-coordinate representation of color #21192A: hue angle of 268.24º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #21192A is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 25 | 42 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.84 |
| HSL | 268.24º | 0.25% | 0.13% | - |
| HSV(B) | 268.24º | 0.4% | 0.16% | - |
| XYZ | 1.39 | 1.19 | 2.35 | - |
| YUV | 29.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 42 | 0.21 | 0.40 | 0 | 0.84 | 268.24 | 0.25 | 0.13 |
| Hex | 21 | 19 | 2A | 15 | 28 | 0 | 54 | 10C | 19 | D |
| Octal | 41 | 31 | 52 | 25 | 50 | 0 | 124 | 414 | 31 | 15 |
| Binary | 100001 | 11001 | 101010 | 10101 | 101000 | 0 | 1010100 | 100001100 | 11001 | 1101 |
Color Harmonies of #21192A
Complementary color
Monochromatic Colors of #21192A
Black with #21192A
Text Example
Text Example
White with #21192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21192A; }
p { color: rgb(33,25,42); }
H1.HeaderClassName
{
color: #21192A;
}
.AnyTagClassName
{
color: #21192A;
}
</style>
background-color css
<style>
a { background-color: #21192A; }
a { background-color: rgb(33,25,42); }
div.DivClassName
{
background-color: #21192A;
}
.BgClassName
{
background-color: #21192A;
}
</style>
border-color css
<style>
span { border-color: #21192A; }
span { border-color: rgb(33,25,42); }
td.TdClassName
{
border-color: #21192A;
}
.TagClassName
{
border-color: #21192A;
}
</style>