Shades of Blackcurrant #220127
Tints of Blackcurrant #220127
RGB
CMYK
RGB Variations
Color information
#220127 (or 0x220127) is known color: Blackcurrant. HEX triplet: 22, 01 and 27. RGB value is (34,1,39). Sum of RGB (Red+Green+Blue) = 34+1+39=74 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.95% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #220127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220127 is #DDFED8. Grayscale: #0F0F0F. Windows color (decimal): -14548697 or 2556194. OLE color: 2556194.
HSL color Cylindrical-coordinate representation of color #220127: hue angle of 292.11º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220127 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 1 | 39 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.85 |
| HSL | 292.11º | 0.95% | 0.08% | - |
| HSV(B) | 292.11º | 0.97% | 0.15% | - |
| XYZ | 1.04 | 0.51 | 1.96 | - |
| YUV | 15.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 39 | 0.13 | 0.97 | 0 | 0.85 | 292.11 | 0.95 | 0.08 |
| Hex | 22 | 1 | 27 | D | 61 | 0 | 55 | 124 | 5F | 8 |
| Octal | 42 | 1 | 47 | 15 | 141 | 0 | 125 | 444 | 137 | 10 |
| Binary | 100010 | 1 | 100111 | 1101 | 1100001 | 0 | 1010101 | 100100100 | 1011111 | 1000 |
Color Harmonies of #220127
Complementary color
Monochromatic Colors of #220127
Black with #220127
Text Example
Text Example
White with #220127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220127; }
p { color: rgb(34,1,39); }
H1.HeaderClassName
{
color: #220127;
}
.AnyTagClassName
{
color: #220127;
}
</style>
background-color css
<style>
a { background-color: #220127; }
a { background-color: rgb(34,1,39); }
div.DivClassName
{
background-color: #220127;
}
.BgClassName
{
background-color: #220127;
}
</style>
border-color css
<style>
span { border-color: #220127; }
span { border-color: rgb(34,1,39); }
td.TdClassName
{
border-color: #220127;
}
.TagClassName
{
border-color: #220127;
}
</style>