Shades of Blackcurrant #22152B
Tints of Blackcurrant #22152B
RGB
CMYK
RGB Variations
Color information
#22152B (or 0x22152B) is known color: Blackcurrant. HEX triplet: 22, 15 and 2B. RGB value is (34,21,43). Sum of RGB (Red+Green+Blue) = 34+21+43=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #22152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22152B is #DDEAD4. Grayscale: #1B1B1B. Windows color (decimal): -14543573 or 2823458. OLE color: 2823458.
HSL color Cylindrical-coordinate representation of color #22152B: hue angle of 275.45º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #22152B is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 21 | 43 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.83 |
| HSL | 275.45º | 0.34% | 0.13% | - |
| HSV(B) | 275.45º | 0.51% | 0.17% | - |
| XYZ | 1.36 | 1.05 | 2.42 | - |
| YUV | 27.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 43 | 0.21 | 0.51 | 0 | 0.83 | 275.45 | 0.34 | 0.13 |
| Hex | 22 | 15 | 2B | 15 | 33 | 0 | 53 | 113 | 22 | D |
| Octal | 42 | 25 | 53 | 25 | 63 | 0 | 123 | 423 | 42 | 15 |
| Binary | 100010 | 10101 | 101011 | 10101 | 110011 | 0 | 1010011 | 100010011 | 100010 | 1101 |
Color Harmonies of #22152B
Complementary color
Monochromatic Colors of #22152B
Black with #22152B
Text Example
Text Example
White with #22152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22152B; }
p { color: rgb(34,21,43); }
H1.HeaderClassName
{
color: #22152B;
}
.AnyTagClassName
{
color: #22152B;
}
</style>
background-color css
<style>
a { background-color: #22152B; }
a { background-color: rgb(34,21,43); }
div.DivClassName
{
background-color: #22152B;
}
.BgClassName
{
background-color: #22152B;
}
</style>
border-color css
<style>
span { border-color: #22152B; }
span { border-color: rgb(34,21,43); }
td.TdClassName
{
border-color: #22152B;
}
.TagClassName
{
border-color: #22152B;
}
</style>