Shades of Blackcurrant #1E112C
Tints of Blackcurrant #1E112C
RGB
CMYK
RGB Variations
Color information
#1E112C (or 0x1E112C) is known color: Blackcurrant. HEX triplet: 1E, 11 and 2C. RGB value is (30,17,44). Sum of RGB (Red+Green+Blue) = 30+17+44=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #1E112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E112C is #E1EED3. Grayscale: #171717. Windows color (decimal): -14806740 or 2887966. OLE color: 2887966.
HSL color Cylindrical-coordinate representation of color #1E112C: hue angle of 268.89º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E112C is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 30 | 17 | 44 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.83 |
| HSL | 268.89º | 0.44% | 0.12% | - |
| HSV(B) | 268.89º | 0.61% | 0.17% | - |
| XYZ | 1.19 | 0.86 | 2.49 | - |
| YUV | 23.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 44 | 0.32 | 0.61 | 0 | 0.83 | 268.89 | 0.44 | 0.12 |
| Hex | 1E | 11 | 2C | 20 | 3D | 0 | 53 | 10D | 2C | C |
| Octal | 36 | 21 | 54 | 40 | 75 | 0 | 123 | 415 | 54 | 14 |
| Binary | 11110 | 10001 | 101100 | 100000 | 111101 | 0 | 1010011 | 100001101 | 101100 | 1100 |
Color Harmonies of #1E112C
Complementary color
Monochromatic Colors of #1E112C
Black with #1E112C
Text Example
Text Example
White with #1E112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E112C; }
p { color: rgb(30,17,44); }
H1.HeaderClassName
{
color: #1E112C;
}
.AnyTagClassName
{
color: #1E112C;
}
</style>
background-color css
<style>
a { background-color: #1E112C; }
a { background-color: rgb(30,17,44); }
div.DivClassName
{
background-color: #1E112C;
}
.BgClassName
{
background-color: #1E112C;
}
</style>
border-color css
<style>
span { border-color: #1E112C; }
span { border-color: rgb(30,17,44); }
td.TdClassName
{
border-color: #1E112C;
}
.TagClassName
{
border-color: #1E112C;
}
</style>