Shades of Blackcurrant #221F24
Tints of Blackcurrant #221F24
RGB
CMYK
RGB Variations
Color information
#221F24 (or 0x221F24) is known color: Blackcurrant. HEX triplet: 22, 1F and 24. RGB value is (34,31,36). Sum of RGB (Red+Green+Blue) = 34+31+36=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 36 - color contains mainly: blue. Hex color #221F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F24 is #DDE0DB. Grayscale: #202020. Windows color (decimal): -14541020 or 2367266. OLE color: 2367266.
HSL color Cylindrical-coordinate representation of color #221F24: hue angle of 276º degrees, saturation: 0.07, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #221F24 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 31 | 36 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.86 |
| HSL | 276º | 0.07% | 0.13% | - |
| HSV(B) | 276º | 0.14% | 0.14% | - |
| XYZ | 1.47 | 1.45 | 1.87 | - |
| YUV | 32.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 36 | 0.06 | 0.14 | 0 | 0.86 | 276 | 0.07 | 0.13 |
| Hex | 22 | 1F | 24 | 6 | E | 0 | 56 | 114 | 7 | D |
| Octal | 42 | 37 | 44 | 6 | 16 | 0 | 126 | 424 | 7 | 15 |
| Binary | 100010 | 11111 | 100100 | 110 | 1110 | 0 | 1010110 | 100010100 | 111 | 1101 |
Color Harmonies of #221F24
Complementary color
Monochromatic Colors of #221F24
Black with #221F24
Text Example
Text Example
White with #221F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221F24; }
p { color: rgb(34,31,36); }
H1.HeaderClassName
{
color: #221F24;
}
.AnyTagClassName
{
color: #221F24;
}
</style>
background-color css
<style>
a { background-color: #221F24; }
a { background-color: rgb(34,31,36); }
div.DivClassName
{
background-color: #221F24;
}
.BgClassName
{
background-color: #221F24;
}
</style>
border-color css
<style>
span { border-color: #221F24; }
span { border-color: rgb(34,31,36); }
td.TdClassName
{
border-color: #221F24;
}
.TagClassName
{
border-color: #221F24;
}
</style>