Shades of Blackcurrant #221C27
Tints of Blackcurrant #221C27
RGB
CMYK
RGB Variations
Color information
#221C27 (or 0x221C27) is known color: Blackcurrant. HEX triplet: 22, 1C and 27. RGB value is (34,28,39). Sum of RGB (Red+Green+Blue) = 34+28+39=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 39 (15.62% from 255 or 38.61% from 101); Max value from RGB is 39 - color contains mainly: blue. Hex color #221C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221C27 is #DDE3D8. Grayscale: #1F1F1F. Windows color (decimal): -14541785 or 2563106. OLE color: 2563106.
HSL color Cylindrical-coordinate representation of color #221C27: hue angle of 272.73º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #221C27 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 28 | 39 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.85 |
| HSL | 272.73º | 0.16% | 0.13% | - |
| HSV(B) | 272.73º | 0.28% | 0.15% | - |
| XYZ | 1.44 | 1.32 | 2.1 | - |
| YUV | 31.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 39 | 0.13 | 0.28 | 0 | 0.85 | 272.73 | 0.16 | 0.13 |
| Hex | 22 | 1C | 27 | D | 1C | 0 | 55 | 111 | 10 | D |
| Octal | 42 | 34 | 47 | 15 | 34 | 0 | 125 | 421 | 20 | 15 |
| Binary | 100010 | 11100 | 100111 | 1101 | 11100 | 0 | 1010101 | 100010001 | 10000 | 1101 |
Color Harmonies of #221C27
Complementary color
Monochromatic Colors of #221C27
Black with #221C27
Text Example
Text Example
White with #221C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C27; }
p { color: rgb(34,28,39); }
H1.HeaderClassName
{
color: #221C27;
}
.AnyTagClassName
{
color: #221C27;
}
</style>
background-color css
<style>
a { background-color: #221C27; }
a { background-color: rgb(34,28,39); }
div.DivClassName
{
background-color: #221C27;
}
.BgClassName
{
background-color: #221C27;
}
</style>
border-color css
<style>
span { border-color: #221C27; }
span { border-color: rgb(34,28,39); }
td.TdClassName
{
border-color: #221C27;
}
.TagClassName
{
border-color: #221C27;
}
</style>