Shades of Blackcurrant #221E23
Tints of Blackcurrant #221E23
RGB
CMYK
RGB Variations
Color information
#221E23 (or 0x221E23) is known color: Blackcurrant. HEX triplet: 22, 1E and 23. RGB value is (34,30,35). Sum of RGB (Red+Green+Blue) = 34+30+35=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 35 - color contains mainly: blue. Hex color #221E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221E23 is #DDE1DC. Grayscale: #1F1F1F. Windows color (decimal): -14541277 or 2301474. OLE color: 2301474.
HSL color Cylindrical-coordinate representation of color #221E23: hue angle of 288º degrees, saturation: 0.08, 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 #221E23 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 30 | 35 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.86 |
| HSL | 288º | 0.08% | 0.13% | - |
| HSV(B) | 288º | 0.14% | 0.14% | - |
| XYZ | 1.43 | 1.39 | 1.78 | - |
| YUV | 31.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 35 | 0.03 | 0.14 | 0 | 0.86 | 288 | 0.08 | 0.13 |
| Hex | 22 | 1E | 23 | 3 | E | 0 | 56 | 120 | 8 | D |
| Octal | 42 | 36 | 43 | 3 | 16 | 0 | 126 | 440 | 10 | 15 |
| Binary | 100010 | 11110 | 100011 | 11 | 1110 | 0 | 1010110 | 100100000 | 1000 | 1101 |
Color Harmonies of #221E23
Complementary color
Monochromatic Colors of #221E23
Black with #221E23
Text Example
Text Example
White with #221E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221E23; }
p { color: rgb(34,30,35); }
H1.HeaderClassName
{
color: #221E23;
}
.AnyTagClassName
{
color: #221E23;
}
</style>
background-color css
<style>
a { background-color: #221E23; }
a { background-color: rgb(34,30,35); }
div.DivClassName
{
background-color: #221E23;
}
.BgClassName
{
background-color: #221E23;
}
</style>
border-color css
<style>
span { border-color: #221E23; }
span { border-color: rgb(34,30,35); }
td.TdClassName
{
border-color: #221E23;
}
.TagClassName
{
border-color: #221E23;
}
</style>