Shades of Blackcurrant #220C27
Tints of Blackcurrant #220C27
RGB
CMYK
RGB Variations
Color information
#220C27 (or 0x220C27) is known color: Blackcurrant. HEX triplet: 22, 0C and 27. RGB value is (34,12,39). Sum of RGB (Red+Green+Blue) = 34+12+39=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 39 (15.62% from 255 or 45.88% from 85); Max value from RGB is 39 - color contains mainly: blue. Hex color #220C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C27 is #DDF3D8. Grayscale: #151515. Windows color (decimal): -14545881 or 2559010. OLE color: 2559010.
HSL color Cylindrical-coordinate representation of color #220C27: hue angle of 288.89º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #220C27 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 12 | 39 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.85 |
| HSL | 288.89º | 0.53% | 0.1% | - |
| HSV(B) | 288.89º | 0.69% | 0.15% | - |
| XYZ | 1.16 | 0.75 | 2 | - |
| YUV | 21.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 39 | 0.13 | 0.69 | 0 | 0.85 | 288.89 | 0.53 | 0.1 |
| Hex | 22 | C | 27 | D | 45 | 0 | 55 | 121 | 35 | A |
| Octal | 42 | 14 | 47 | 15 | 105 | 0 | 125 | 441 | 65 | 12 |
| Binary | 100010 | 1100 | 100111 | 1101 | 1000101 | 0 | 1010101 | 100100001 | 110101 | 1010 |
Color Harmonies of #220C27
Complementary color
Monochromatic Colors of #220C27
Black with #220C27
Text Example
Text Example
White with #220C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C27; }
p { color: rgb(34,12,39); }
H1.HeaderClassName
{
color: #220C27;
}
.AnyTagClassName
{
color: #220C27;
}
</style>
background-color css
<style>
a { background-color: #220C27; }
a { background-color: rgb(34,12,39); }
div.DivClassName
{
background-color: #220C27;
}
.BgClassName
{
background-color: #220C27;
}
</style>
border-color css
<style>
span { border-color: #220C27; }
span { border-color: rgb(34,12,39); }
td.TdClassName
{
border-color: #220C27;
}
.TagClassName
{
border-color: #220C27;
}
</style>