Shades of Blackcurrant #221725
Tints of Blackcurrant #221725
RGB
CMYK
RGB Variations
Color information
#221725 (or 0x221725) is known color: Blackcurrant. HEX triplet: 22, 17 and 25. RGB value is (34,23,37). Sum of RGB (Red+Green+Blue) = 34+23+37=94 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.17% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 37 - color contains mainly: blue. Hex color #221725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221725 is #DDE8DA. Grayscale: #1B1B1B. Windows color (decimal): -14543067 or 2430754. OLE color: 2430754.
HSL color Cylindrical-coordinate representation of color #221725: hue angle of 287.14º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #221725 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 23 | 37 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.85 |
| HSL | 287.14º | 0.23% | 0.12% | - |
| HSV(B) | 287.14º | 0.38% | 0.15% | - |
| XYZ | 1.3 | 1.09 | 1.89 | - |
| YUV | 27.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 23 | 37 | 0.08 | 0.38 | 0 | 0.85 | 287.14 | 0.23 | 0.12 |
| Hex | 22 | 17 | 25 | 8 | 26 | 0 | 55 | 11F | 17 | C |
| Octal | 42 | 27 | 45 | 10 | 46 | 0 | 125 | 437 | 27 | 14 |
| Binary | 100010 | 10111 | 100101 | 1000 | 100110 | 0 | 1010101 | 100011111 | 10111 | 1100 |
Color Harmonies of #221725
Complementary color
Monochromatic Colors of #221725
Black with #221725
Text Example
Text Example
White with #221725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221725; }
p { color: rgb(34,23,37); }
H1.HeaderClassName
{
color: #221725;
}
.AnyTagClassName
{
color: #221725;
}
</style>
background-color css
<style>
a { background-color: #221725; }
a { background-color: rgb(34,23,37); }
div.DivClassName
{
background-color: #221725;
}
.BgClassName
{
background-color: #221725;
}
</style>
border-color css
<style>
span { border-color: #221725; }
span { border-color: rgb(34,23,37); }
td.TdClassName
{
border-color: #221725;
}
.TagClassName
{
border-color: #221725;
}
</style>