Shades of Blackcurrant #221828
Tints of Blackcurrant #221828
RGB
CMYK
RGB Variations
Color information
#221828 (or 0x221828) is known color: Blackcurrant. HEX triplet: 22, 18 and 28. RGB value is (34,24,40). Sum of RGB (Red+Green+Blue) = 34+24+40=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: blue. Hex color #221828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221828 is #DDE7D7. Grayscale: #1C1C1C. Windows color (decimal): -14542808 or 2627618. OLE color: 2627618.
HSL color Cylindrical-coordinate representation of color #221828: hue angle of 277.5º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #221828 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 24 | 40 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.84 |
| HSL | 277.5º | 0.25% | 0.13% | - |
| HSV(B) | 277.5º | 0.4% | 0.16% | - |
| XYZ | 1.37 | 1.15 | 2.16 | - |
| YUV | 28.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 24 | 40 | 0.15 | 0.40 | 0 | 0.84 | 277.5 | 0.25 | 0.13 |
| Hex | 22 | 18 | 28 | F | 28 | 0 | 54 | 116 | 19 | D |
| Octal | 42 | 30 | 50 | 17 | 50 | 0 | 124 | 426 | 31 | 15 |
| Binary | 100010 | 11000 | 101000 | 1111 | 101000 | 0 | 1010100 | 100010110 | 11001 | 1101 |
Color Harmonies of #221828
Complementary color
Monochromatic Colors of #221828
Black with #221828
Text Example
Text Example
White with #221828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221828; }
p { color: rgb(34,24,40); }
H1.HeaderClassName
{
color: #221828;
}
.AnyTagClassName
{
color: #221828;
}
</style>
background-color css
<style>
a { background-color: #221828; }
a { background-color: rgb(34,24,40); }
div.DivClassName
{
background-color: #221828;
}
.BgClassName
{
background-color: #221828;
}
</style>
border-color css
<style>
span { border-color: #221828; }
span { border-color: rgb(34,24,40); }
td.TdClassName
{
border-color: #221828;
}
.TagClassName
{
border-color: #221828;
}
</style>