Shades of Blackcurrant #22122E
Tints of Blackcurrant #22122E
RGB
CMYK
RGB Variations
Color information
#22122E (or 0x22122E) is known color: Blackcurrant. HEX triplet: 22, 12 and 2E. RGB value is (34,18,46). Sum of RGB (Red+Green+Blue) = 34+18+46=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #22122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22122E is #DDEDD1. Grayscale: #191919. Windows color (decimal): -14544338 or 3019298. OLE color: 3019298.
HSL color Cylindrical-coordinate representation of color #22122E: hue angle of 274.29º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #22122E is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 18 | 46 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.82 |
| HSL | 274.29º | 0.44% | 0.13% | - |
| HSV(B) | 274.29º | 0.61% | 0.18% | - |
| XYZ | 1.37 | 0.97 | 2.7 | - |
| YUV | 25.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 46 | 0.26 | 0.61 | 0 | 0.82 | 274.29 | 0.44 | 0.13 |
| Hex | 22 | 12 | 2E | 1A | 3D | 0 | 52 | 112 | 2C | D |
| Octal | 42 | 22 | 56 | 32 | 75 | 0 | 122 | 422 | 54 | 15 |
| Binary | 100010 | 10010 | 101110 | 11010 | 111101 | 0 | 1010010 | 100010010 | 101100 | 1101 |
Color Harmonies of #22122E
Complementary color
Monochromatic Colors of #22122E
Black with #22122E
Text Example
Text Example
White with #22122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22122E; }
p { color: rgb(34,18,46); }
H1.HeaderClassName
{
color: #22122E;
}
.AnyTagClassName
{
color: #22122E;
}
</style>
background-color css
<style>
a { background-color: #22122E; }
a { background-color: rgb(34,18,46); }
div.DivClassName
{
background-color: #22122E;
}
.BgClassName
{
background-color: #22122E;
}
</style>
border-color css
<style>
span { border-color: #22122E; }
span { border-color: rgb(34,18,46); }
td.TdClassName
{
border-color: #22122E;
}
.TagClassName
{
border-color: #22122E;
}
</style>