Shades of Blackcurrant #22122B
Tints of Blackcurrant #22122B
RGB
CMYK
RGB Variations
Color information
#22122B (or 0x22122B) is known color: Blackcurrant. HEX triplet: 22, 12 and 2B. RGB value is (34,18,43). Sum of RGB (Red+Green+Blue) = 34+18+43=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #22122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22122B is #DDEDD4. Grayscale: #191919. Windows color (decimal): -14544341 or 2822690. OLE color: 2822690.
HSL color Cylindrical-coordinate representation of color #22122B: hue angle of 278.4º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #22122B is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 18 | 43 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.83 |
| HSL | 278.4º | 0.41% | 0.12% | - |
| HSV(B) | 278.4º | 0.58% | 0.17% | - |
| XYZ | 1.31 | 0.95 | 2.4 | - |
| YUV | 25.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 43 | 0.21 | 0.58 | 0 | 0.83 | 278.4 | 0.41 | 0.12 |
| Hex | 22 | 12 | 2B | 15 | 3A | 0 | 53 | 116 | 29 | C |
| Octal | 42 | 22 | 53 | 25 | 72 | 0 | 123 | 426 | 51 | 14 |
| Binary | 100010 | 10010 | 101011 | 10101 | 111010 | 0 | 1010011 | 100010110 | 101001 | 1100 |
Color Harmonies of #22122B
Complementary color
Monochromatic Colors of #22122B
Black with #22122B
Text Example
Text Example
White with #22122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22122B; }
p { color: rgb(34,18,43); }
H1.HeaderClassName
{
color: #22122B;
}
.AnyTagClassName
{
color: #22122B;
}
</style>
background-color css
<style>
a { background-color: #22122B; }
a { background-color: rgb(34,18,43); }
div.DivClassName
{
background-color: #22122B;
}
.BgClassName
{
background-color: #22122B;
}
</style>
border-color css
<style>
span { border-color: #22122B; }
span { border-color: rgb(34,18,43); }
td.TdClassName
{
border-color: #22122B;
}
.TagClassName
{
border-color: #22122B;
}
</style>