Shades of Blackcurrant #21162A
Tints of Blackcurrant #21162A
RGB
CMYK
RGB Variations
Color information
#21162A (or 0x21162A) is known color: Blackcurrant. HEX triplet: 21, 16 and 2A. RGB value is (33,22,42). Sum of RGB (Red+Green+Blue) = 33+22+42=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 42 - color contains mainly: blue. Hex color #21162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21162A is #DEE9D5. Grayscale: #1B1B1B. Windows color (decimal): -14608854 or 2758177. OLE color: 2758177.
HSL color Cylindrical-coordinate representation of color #21162A: hue angle of 273º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21162A is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 22 | 42 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.84 |
| HSL | 273º | 0.31% | 0.13% | - |
| HSV(B) | 273º | 0.48% | 0.16% | - |
| XYZ | 1.33 | 1.06 | 2.33 | - |
| YUV | 27.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 42 | 0.21 | 0.48 | 0 | 0.84 | 273 | 0.31 | 0.13 |
| Hex | 21 | 16 | 2A | 15 | 30 | 0 | 54 | 111 | 1F | D |
| Octal | 41 | 26 | 52 | 25 | 60 | 0 | 124 | 421 | 37 | 15 |
| Binary | 100001 | 10110 | 101010 | 10101 | 110000 | 0 | 1010100 | 100010001 | 11111 | 1101 |
Color Harmonies of #21162A
Complementary color
Monochromatic Colors of #21162A
Black with #21162A
Text Example
Text Example
White with #21162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21162A; }
p { color: rgb(33,22,42); }
H1.HeaderClassName
{
color: #21162A;
}
.AnyTagClassName
{
color: #21162A;
}
</style>
background-color css
<style>
a { background-color: #21162A; }
a { background-color: rgb(33,22,42); }
div.DivClassName
{
background-color: #21162A;
}
.BgClassName
{
background-color: #21162A;
}
</style>
border-color css
<style>
span { border-color: #21162A; }
span { border-color: rgb(33,22,42); }
td.TdClassName
{
border-color: #21162A;
}
.TagClassName
{
border-color: #21162A;
}
</style>