Shades of Blackcurrant #1E1122
Tints of Blackcurrant #1E1122
RGB
CMYK
RGB Variations
Color information
#1E1122 (or 0x1E1122) is known color: Blackcurrant. HEX triplet: 1E, 11 and 22. RGB value is (30,17,34). Sum of RGB (Red+Green+Blue) = 30+17+34=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 34 (13.67% from 255 or 41.98% from 81); Max value from RGB is 34 - color contains mainly: blue. Hex color #1E1122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1122 is #E1EEDD. Grayscale: #161616. Windows color (decimal): -14806750 or 2232606. OLE color: 2232606.
HSL color Cylindrical-coordinate representation of color #1E1122: hue angle of 285.88º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E1122 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 17 | 34 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.87 |
| HSL | 285.88º | 0.33% | 0.1% | - |
| HSV(B) | 285.88º | 0.5% | 0.13% | - |
| XYZ | 1.02 | 0.79 | 1.61 | - |
| YUV | 22.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 34 | 0.12 | 0.50 | 0 | 0.87 | 285.88 | 0.33 | 0.1 |
| Hex | 1E | 11 | 22 | C | 32 | 0 | 57 | 11E | 21 | A |
| Octal | 36 | 21 | 42 | 14 | 62 | 0 | 127 | 436 | 41 | 12 |
| Binary | 11110 | 10001 | 100010 | 1100 | 110010 | 0 | 1010111 | 100011110 | 100001 | 1010 |
Color Harmonies of #1E1122
Complementary color
Monochromatic Colors of #1E1122
Black with #1E1122
Text Example
Text Example
White with #1E1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1122; }
p { color: rgb(30,17,34); }
H1.HeaderClassName
{
color: #1E1122;
}
.AnyTagClassName
{
color: #1E1122;
}
</style>
background-color css
<style>
a { background-color: #1E1122; }
a { background-color: rgb(30,17,34); }
div.DivClassName
{
background-color: #1E1122;
}
.BgClassName
{
background-color: #1E1122;
}
</style>
border-color css
<style>
span { border-color: #1E1122; }
span { border-color: rgb(30,17,34); }
td.TdClassName
{
border-color: #1E1122;
}
.TagClassName
{
border-color: #1E1122;
}
</style>