Shades of Blackcurrant #220E2C
Tints of Blackcurrant #220E2C
RGB
CMYK
RGB Variations
Color information
#220E2C (or 0x220E2C) is known color: Blackcurrant. HEX triplet: 22, 0E and 2C. RGB value is (34,14,44). Sum of RGB (Red+Green+Blue) = 34+14+44=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #220E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E2C is #DDF1D3. Grayscale: #171717. Windows color (decimal): -14545364 or 2887202. OLE color: 2887202.
HSL color Cylindrical-coordinate representation of color #220E2C: hue angle of 280º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #220E2C is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 14 | 44 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.83 |
| HSL | 280º | 0.52% | 0.11% | - |
| HSV(B) | 280º | 0.68% | 0.17% | - |
| XYZ | 1.27 | 0.84 | 2.48 | - |
| YUV | 23.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 44 | 0.23 | 0.68 | 0 | 0.83 | 280 | 0.52 | 0.11 |
| Hex | 22 | E | 2C | 17 | 44 | 0 | 53 | 118 | 34 | B |
| Octal | 42 | 16 | 54 | 27 | 104 | 0 | 123 | 430 | 64 | 13 |
| Binary | 100010 | 1110 | 101100 | 10111 | 1000100 | 0 | 1010011 | 100011000 | 110100 | 1011 |
Color Harmonies of #220E2C
Complementary color
Monochromatic Colors of #220E2C
Black with #220E2C
Text Example
Text Example
White with #220E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E2C; }
p { color: rgb(34,14,44); }
H1.HeaderClassName
{
color: #220E2C;
}
.AnyTagClassName
{
color: #220E2C;
}
</style>
background-color css
<style>
a { background-color: #220E2C; }
a { background-color: rgb(34,14,44); }
div.DivClassName
{
background-color: #220E2C;
}
.BgClassName
{
background-color: #220E2C;
}
</style>
border-color css
<style>
span { border-color: #220E2C; }
span { border-color: rgb(34,14,44); }
td.TdClassName
{
border-color: #220E2C;
}
.TagClassName
{
border-color: #220E2C;
}
</style>