Shades of Blackcurrant #221D27
Tints of Blackcurrant #221D27
RGB
CMYK
RGB Variations
Color information
#221D27 (or 0x221D27) is known color: Blackcurrant. HEX triplet: 22, 1D and 27. RGB value is (34,29,39). Sum of RGB (Red+Green+Blue) = 34+29+39=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 39 - color contains mainly: blue. Hex color #221D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D27 is #DDE2D8. Grayscale: #1F1F1F. Windows color (decimal): -14541529 or 2563362. OLE color: 2563362.
HSL color Cylindrical-coordinate representation of color #221D27: hue angle of 270º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #221D27 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 29 | 39 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.85 |
| HSL | 270º | 0.15% | 0.13% | - |
| HSV(B) | 270º | 0.26% | 0.15% | - |
| XYZ | 1.47 | 1.37 | 2.11 | - |
| YUV | 31.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 39 | 0.13 | 0.26 | 0 | 0.85 | 270 | 0.15 | 0.13 |
| Hex | 22 | 1D | 27 | D | 1A | 0 | 55 | 10E | F | D |
| Octal | 42 | 35 | 47 | 15 | 32 | 0 | 125 | 416 | 17 | 15 |
| Binary | 100010 | 11101 | 100111 | 1101 | 11010 | 0 | 1010101 | 100001110 | 1111 | 1101 |
Color Harmonies of #221D27
Complementary color
Monochromatic Colors of #221D27
Black with #221D27
Text Example
Text Example
White with #221D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221D27; }
p { color: rgb(34,29,39); }
H1.HeaderClassName
{
color: #221D27;
}
.AnyTagClassName
{
color: #221D27;
}
</style>
background-color css
<style>
a { background-color: #221D27; }
a { background-color: rgb(34,29,39); }
div.DivClassName
{
background-color: #221D27;
}
.BgClassName
{
background-color: #221D27;
}
</style>
border-color css
<style>
span { border-color: #221D27; }
span { border-color: rgb(34,29,39); }
td.TdClassName
{
border-color: #221D27;
}
.TagClassName
{
border-color: #221D27;
}
</style>