Shades of Blackcurrant #221924
Tints of Blackcurrant #221924
RGB
CMYK
RGB Variations
Color information
#221924 (or 0x221924) is known color: Blackcurrant. HEX triplet: 22, 19 and 24. RGB value is (34,25,36). Sum of RGB (Red+Green+Blue) = 34+25+36=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 36 - color contains mainly: blue. Hex color #221924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221924 is #DDE6DB. Grayscale: #1C1C1C. Windows color (decimal): -14542556 or 2365730. OLE color: 2365730.
HSL color Cylindrical-coordinate representation of color #221924: hue angle of 289.09º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #221924 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 25 | 36 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.86 |
| HSL | 289.09º | 0.18% | 0.12% | - |
| HSV(B) | 289.09º | 0.31% | 0.14% | - |
| XYZ | 1.33 | 1.16 | 1.82 | - |
| YUV | 28.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 25 | 36 | 0.06 | 0.31 | 0 | 0.86 | 289.09 | 0.18 | 0.12 |
| Hex | 22 | 19 | 24 | 6 | 1F | 0 | 56 | 121 | 12 | C |
| Octal | 42 | 31 | 44 | 6 | 37 | 0 | 126 | 441 | 22 | 14 |
| Binary | 100010 | 11001 | 100100 | 110 | 11111 | 0 | 1010110 | 100100001 | 10010 | 1100 |
Color Harmonies of #221924
Complementary color
Monochromatic Colors of #221924
Black with #221924
Text Example
Text Example
White with #221924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221924; }
p { color: rgb(34,25,36); }
H1.HeaderClassName
{
color: #221924;
}
.AnyTagClassName
{
color: #221924;
}
</style>
background-color css
<style>
a { background-color: #221924; }
a { background-color: rgb(34,25,36); }
div.DivClassName
{
background-color: #221924;
}
.BgClassName
{
background-color: #221924;
}
</style>
border-color css
<style>
span { border-color: #221924; }
span { border-color: rgb(34,25,36); }
td.TdClassName
{
border-color: #221924;
}
.TagClassName
{
border-color: #221924;
}
</style>