Shades of Blackcurrant #22192E
Tints of Blackcurrant #22192E
RGB
CMYK
RGB Variations
Color information
#22192E (or 0x22192E) is known color: Blackcurrant. HEX triplet: 22, 19 and 2E. RGB value is (34,25,46). Sum of RGB (Red+Green+Blue) = 34+25+46=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #22192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22192E is #DDE6D1. Grayscale: #1E1E1E. Windows color (decimal): -14542546 or 3021090. OLE color: 3021090.
HSL color Cylindrical-coordinate representation of color #22192E: hue angle of 265.71º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #22192E is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 25 | 46 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.82 |
| HSL | 265.71º | 0.3% | 0.14% | - |
| HSV(B) | 265.71º | 0.46% | 0.18% | - |
| XYZ | 1.5 | 1.23 | 2.74 | - |
| YUV | 30.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 25 | 46 | 0.26 | 0.46 | 0 | 0.82 | 265.71 | 0.3 | 0.14 |
| Hex | 22 | 19 | 2E | 1A | 2E | 0 | 52 | 10A | 1E | E |
| Octal | 42 | 31 | 56 | 32 | 56 | 0 | 122 | 412 | 36 | 16 |
| Binary | 100010 | 11001 | 101110 | 11010 | 101110 | 0 | 1010010 | 100001010 | 11110 | 1110 |
Color Harmonies of #22192E
Complementary color
Monochromatic Colors of #22192E
Black with #22192E
Text Example
Text Example
White with #22192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22192E; }
p { color: rgb(34,25,46); }
H1.HeaderClassName
{
color: #22192E;
}
.AnyTagClassName
{
color: #22192E;
}
</style>
background-color css
<style>
a { background-color: #22192E; }
a { background-color: rgb(34,25,46); }
div.DivClassName
{
background-color: #22192E;
}
.BgClassName
{
background-color: #22192E;
}
</style>
border-color css
<style>
span { border-color: #22192E; }
span { border-color: rgb(34,25,46); }
td.TdClassName
{
border-color: #22192E;
}
.TagClassName
{
border-color: #22192E;
}
</style>