Shades of Blackcurrant #220E31
Tints of Blackcurrant #220E31
RGB
CMYK
RGB Variations
Color information
#220E31 (or 0x220E31) is known color: Blackcurrant. HEX triplet: 22, 0E and 31. RGB value is (34,14,49). Sum of RGB (Red+Green+Blue) = 34+14+49=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #220E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E31 is #DDF1CE. Grayscale: #171717. Windows color (decimal): -14545359 or 3214882. OLE color: 3214882.
HSL color Cylindrical-coordinate representation of color #220E31: hue angle of 274.29º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #220E31 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 14 | 49 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.81 |
| HSL | 274.29º | 0.56% | 0.12% | - |
| HSV(B) | 274.29º | 0.71% | 0.19% | - |
| XYZ | 1.37 | 0.88 | 3 | - |
| YUV | 23.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 49 | 0.31 | 0.71 | 0 | 0.81 | 274.29 | 0.56 | 0.12 |
| Hex | 22 | E | 31 | 1F | 47 | 0 | 51 | 112 | 38 | C |
| Octal | 42 | 16 | 61 | 37 | 107 | 0 | 121 | 422 | 70 | 14 |
| Binary | 100010 | 1110 | 110001 | 11111 | 1000111 | 0 | 1010001 | 100010010 | 111000 | 1100 |
Color Harmonies of #220E31
Complementary color
Monochromatic Colors of #220E31
Black with #220E31
Text Example
Text Example
White with #220E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E31; }
p { color: rgb(34,14,49); }
H1.HeaderClassName
{
color: #220E31;
}
.AnyTagClassName
{
color: #220E31;
}
</style>
background-color css
<style>
a { background-color: #220E31; }
a { background-color: rgb(34,14,49); }
div.DivClassName
{
background-color: #220E31;
}
.BgClassName
{
background-color: #220E31;
}
</style>
border-color css
<style>
span { border-color: #220E31; }
span { border-color: rgb(34,14,49); }
td.TdClassName
{
border-color: #220E31;
}
.TagClassName
{
border-color: #220E31;
}
</style>