Shades of Blackcurrant #22132C
Tints of Blackcurrant #22132C
RGB
CMYK
RGB Variations
Color information
#22132C (or 0x22132C) is known color: Blackcurrant. HEX triplet: 22, 13 and 2C. RGB value is (34,19,44). Sum of RGB (Red+Green+Blue) = 34+19+44=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #22132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22132C is #DDECD3. Grayscale: #1A1A1A. Windows color (decimal): -14544084 or 2888482. OLE color: 2888482.
HSL color Cylindrical-coordinate representation of color #22132C: hue angle of 276º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #22132C is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 19 | 44 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.83 |
| HSL | 276º | 0.4% | 0.12% | - |
| HSV(B) | 276º | 0.57% | 0.17% | - |
| XYZ | 1.35 | 0.99 | 2.5 | - |
| YUV | 26.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 44 | 0.23 | 0.57 | 0 | 0.83 | 276 | 0.4 | 0.12 |
| Hex | 22 | 13 | 2C | 17 | 39 | 0 | 53 | 114 | 28 | C |
| Octal | 42 | 23 | 54 | 27 | 71 | 0 | 123 | 424 | 50 | 14 |
| Binary | 100010 | 10011 | 101100 | 10111 | 111001 | 0 | 1010011 | 100010100 | 101000 | 1100 |
Color Harmonies of #22132C
Complementary color
Monochromatic Colors of #22132C
Black with #22132C
Text Example
Text Example
White with #22132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22132C; }
p { color: rgb(34,19,44); }
H1.HeaderClassName
{
color: #22132C;
}
.AnyTagClassName
{
color: #22132C;
}
</style>
background-color css
<style>
a { background-color: #22132C; }
a { background-color: rgb(34,19,44); }
div.DivClassName
{
background-color: #22132C;
}
.BgClassName
{
background-color: #22132C;
}
</style>
border-color css
<style>
span { border-color: #22132C; }
span { border-color: rgb(34,19,44); }
td.TdClassName
{
border-color: #22132C;
}
.TagClassName
{
border-color: #22132C;
}
</style>