Shades of Blackcurrant #221E25
Tints of Blackcurrant #221E25
RGB
CMYK
RGB Variations
Color information
#221E25 (or 0x221E25) is known color: Blackcurrant. HEX triplet: 22, 1E and 25. RGB value is (34,30,37). Sum of RGB (Red+Green+Blue) = 34+30+37=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 37 - color contains mainly: blue. Hex color #221E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221E25 is #DDE1DA. Grayscale: #1F1F1F. Windows color (decimal): -14541275 or 2432546. OLE color: 2432546.
HSL color Cylindrical-coordinate representation of color #221E25: hue angle of 274.29º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #221E25 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 30 | 37 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.85 |
| HSL | 274.29º | 0.1% | 0.13% | - |
| HSV(B) | 274.29º | 0.19% | 0.15% | - |
| XYZ | 1.46 | 1.4 | 1.94 | - |
| YUV | 31.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 37 | 0.08 | 0.19 | 0 | 0.85 | 274.29 | 0.1 | 0.13 |
| Hex | 22 | 1E | 25 | 8 | 13 | 0 | 55 | 112 | A | D |
| Octal | 42 | 36 | 45 | 10 | 23 | 0 | 125 | 422 | 12 | 15 |
| Binary | 100010 | 11110 | 100101 | 1000 | 10011 | 0 | 1010101 | 100010010 | 1010 | 1101 |
Color Harmonies of #221E25
Complementary color
Monochromatic Colors of #221E25
Black with #221E25
Text Example
Text Example
White with #221E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221E25; }
p { color: rgb(34,30,37); }
H1.HeaderClassName
{
color: #221E25;
}
.AnyTagClassName
{
color: #221E25;
}
</style>
background-color css
<style>
a { background-color: #221E25; }
a { background-color: rgb(34,30,37); }
div.DivClassName
{
background-color: #221E25;
}
.BgClassName
{
background-color: #221E25;
}
</style>
border-color css
<style>
span { border-color: #221E25; }
span { border-color: rgb(34,30,37); }
td.TdClassName
{
border-color: #221E25;
}
.TagClassName
{
border-color: #221E25;
}
</style>