Shades of Blackcurrant #221B24
Tints of Blackcurrant #221B24
RGB
CMYK
RGB Variations
Color information
#221B24 (or 0x221B24) is known color: Blackcurrant. HEX triplet: 22, 1B and 24. RGB value is (34,27,36). Sum of RGB (Red+Green+Blue) = 34+27+36=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 36 - color contains mainly: blue. Hex color #221B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B24 is #DDE4DB. Grayscale: #1E1E1E. Windows color (decimal): -14542044 or 2366242. OLE color: 2366242.
HSL color Cylindrical-coordinate representation of color #221B24: hue angle of 286.67º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #221B24 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 27 | 36 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.86 |
| HSL | 286.67º | 0.14% | 0.12% | - |
| HSV(B) | 286.67º | 0.25% | 0.14% | - |
| XYZ | 1.37 | 1.25 | 1.84 | - |
| YUV | 30.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 36 | 0.06 | 0.25 | 0 | 0.86 | 286.67 | 0.14 | 0.12 |
| Hex | 22 | 1B | 24 | 6 | 19 | 0 | 56 | 11F | E | C |
| Octal | 42 | 33 | 44 | 6 | 31 | 0 | 126 | 437 | 16 | 14 |
| Binary | 100010 | 11011 | 100100 | 110 | 11001 | 0 | 1010110 | 100011111 | 1110 | 1100 |
Color Harmonies of #221B24
Complementary color
Monochromatic Colors of #221B24
Black with #221B24
Text Example
Text Example
White with #221B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B24; }
p { color: rgb(34,27,36); }
H1.HeaderClassName
{
color: #221B24;
}
.AnyTagClassName
{
color: #221B24;
}
</style>
background-color css
<style>
a { background-color: #221B24; }
a { background-color: rgb(34,27,36); }
div.DivClassName
{
background-color: #221B24;
}
.BgClassName
{
background-color: #221B24;
}
</style>
border-color css
<style>
span { border-color: #221B24; }
span { border-color: rgb(34,27,36); }
td.TdClassName
{
border-color: #221B24;
}
.TagClassName
{
border-color: #221B24;
}
</style>