Shades of Blackcurrant #1E1222
Tints of Blackcurrant #1E1222
RGB
CMYK
RGB Variations
Color information
#1E1222 (or 0x1E1222) is known color: Blackcurrant. HEX triplet: 1E, 12 and 22. RGB value is (30,18,34). Sum of RGB (Red+Green+Blue) = 30+18+34=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 34 - color contains mainly: blue. Hex color #1E1222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1222 is #E1EDDD. Grayscale: #171717. Windows color (decimal): -14806494 or 2232862. OLE color: 2232862.
HSL color Cylindrical-coordinate representation of color #1E1222: hue angle of 285º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E1222 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 18 | 34 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.87 |
| HSL | 285º | 0.31% | 0.1% | - |
| HSV(B) | 285º | 0.47% | 0.13% | - |
| XYZ | 1.04 | 0.82 | 1.62 | - |
| YUV | 23.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 34 | 0.12 | 0.47 | 0 | 0.87 | 285 | 0.31 | 0.1 |
| Hex | 1E | 12 | 22 | C | 2F | 0 | 57 | 11D | 1F | A |
| Octal | 36 | 22 | 42 | 14 | 57 | 0 | 127 | 435 | 37 | 12 |
| Binary | 11110 | 10010 | 100010 | 1100 | 101111 | 0 | 1010111 | 100011101 | 11111 | 1010 |
Color Harmonies of #1E1222
Complementary color
Monochromatic Colors of #1E1222
Black with #1E1222
Text Example
Text Example
White with #1E1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1222; }
p { color: rgb(30,18,34); }
H1.HeaderClassName
{
color: #1E1222;
}
.AnyTagClassName
{
color: #1E1222;
}
</style>
background-color css
<style>
a { background-color: #1E1222; }
a { background-color: rgb(30,18,34); }
div.DivClassName
{
background-color: #1E1222;
}
.BgClassName
{
background-color: #1E1222;
}
</style>
border-color css
<style>
span { border-color: #1E1222; }
span { border-color: rgb(30,18,34); }
td.TdClassName
{
border-color: #1E1222;
}
.TagClassName
{
border-color: #1E1222;
}
</style>