Shades of Blackcurrant #22152E
Tints of Blackcurrant #22152E
RGB
CMYK
RGB Variations
Color information
#22152E (or 0x22152E) is known color: Blackcurrant. HEX triplet: 22, 15 and 2E. RGB value is (34,21,46). Sum of RGB (Red+Green+Blue) = 34+21+46=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #22152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22152E is #DDEAD1. Grayscale: #1B1B1B. Windows color (decimal): -14543570 or 3020066. OLE color: 3020066.
HSL color Cylindrical-coordinate representation of color #22152E: hue angle of 271.2º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #22152E is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 21 | 46 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.82 |
| HSL | 271.2º | 0.37% | 0.13% | - |
| HSV(B) | 271.2º | 0.54% | 0.18% | - |
| XYZ | 1.42 | 1.07 | 2.72 | - |
| YUV | 27.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 46 | 0.26 | 0.54 | 0 | 0.82 | 271.2 | 0.37 | 0.13 |
| Hex | 22 | 15 | 2E | 1A | 36 | 0 | 52 | 10F | 25 | D |
| Octal | 42 | 25 | 56 | 32 | 66 | 0 | 122 | 417 | 45 | 15 |
| Binary | 100010 | 10101 | 101110 | 11010 | 110110 | 0 | 1010010 | 100001111 | 100101 | 1101 |
Color Harmonies of #22152E
Complementary color
Monochromatic Colors of #22152E
Black with #22152E
Text Example
Text Example
White with #22152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22152E; }
p { color: rgb(34,21,46); }
H1.HeaderClassName
{
color: #22152E;
}
.AnyTagClassName
{
color: #22152E;
}
</style>
background-color css
<style>
a { background-color: #22152E; }
a { background-color: rgb(34,21,46); }
div.DivClassName
{
background-color: #22152E;
}
.BgClassName
{
background-color: #22152E;
}
</style>
border-color css
<style>
span { border-color: #22152E; }
span { border-color: rgb(34,21,46); }
td.TdClassName
{
border-color: #22152E;
}
.TagClassName
{
border-color: #22152E;
}
</style>