Shades of Blackcurrant #220E2D
Tints of Blackcurrant #220E2D
RGB
CMYK
RGB Variations
Color information
#220E2D (or 0x220E2D) is known color: Blackcurrant. HEX triplet: 22, 0E and 2D. RGB value is (34,14,45). Sum of RGB (Red+Green+Blue) = 34+14+45=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #220E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E2D is #DDF1D2. Grayscale: #171717. Windows color (decimal): -14545363 or 2952738. OLE color: 2952738.
HSL color Cylindrical-coordinate representation of color #220E2D: hue angle of 278.71º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #220E2D is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 14 | 45 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.82 |
| HSL | 278.71º | 0.53% | 0.12% | - |
| HSV(B) | 278.71º | 0.69% | 0.18% | - |
| XYZ | 1.29 | 0.84 | 2.58 | - |
| YUV | 23.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 45 | 0.24 | 0.69 | 0 | 0.82 | 278.71 | 0.53 | 0.12 |
| Hex | 22 | E | 2D | 18 | 45 | 0 | 52 | 117 | 35 | C |
| Octal | 42 | 16 | 55 | 30 | 105 | 0 | 122 | 427 | 65 | 14 |
| Binary | 100010 | 1110 | 101101 | 11000 | 1000101 | 0 | 1010010 | 100010111 | 110101 | 1100 |
Color Harmonies of #220E2D
Complementary color
Monochromatic Colors of #220E2D
Black with #220E2D
Text Example
Text Example
White with #220E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E2D; }
p { color: rgb(34,14,45); }
H1.HeaderClassName
{
color: #220E2D;
}
.AnyTagClassName
{
color: #220E2D;
}
</style>
background-color css
<style>
a { background-color: #220E2D; }
a { background-color: rgb(34,14,45); }
div.DivClassName
{
background-color: #220E2D;
}
.BgClassName
{
background-color: #220E2D;
}
</style>
border-color css
<style>
span { border-color: #220E2D; }
span { border-color: rgb(34,14,45); }
td.TdClassName
{
border-color: #220E2D;
}
.TagClassName
{
border-color: #220E2D;
}
</style>