Shades of Blackcurrant #1E122E
Tints of Blackcurrant #1E122E
RGB
CMYK
RGB Variations
Color information
#1E122E (or 0x1E122E) is known color: Blackcurrant. HEX triplet: 1E, 12 and 2E. RGB value is (30,18,46). Sum of RGB (Red+Green+Blue) = 30+18+46=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #1E122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E122E is #E1EDD1. Grayscale: #181818. Windows color (decimal): -14806482 or 3019294. OLE color: 3019294.
HSL color Cylindrical-coordinate representation of color #1E122E: hue angle of 265.71º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E122E is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 18 | 46 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.82 |
| HSL | 265.71º | 0.44% | 0.13% | - |
| HSV(B) | 265.71º | 0.61% | 0.18% | - |
| XYZ | 1.24 | 0.91 | 2.69 | - |
| YUV | 24.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 46 | 0.35 | 0.61 | 0 | 0.82 | 265.71 | 0.44 | 0.13 |
| Hex | 1E | 12 | 2E | 23 | 3D | 0 | 52 | 10A | 2C | D |
| Octal | 36 | 22 | 56 | 43 | 75 | 0 | 122 | 412 | 54 | 15 |
| Binary | 11110 | 10010 | 101110 | 100011 | 111101 | 0 | 1010010 | 100001010 | 101100 | 1101 |
Color Harmonies of #1E122E
Complementary color
Monochromatic Colors of #1E122E
Black with #1E122E
Text Example
Text Example
White with #1E122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E122E; }
p { color: rgb(30,18,46); }
H1.HeaderClassName
{
color: #1E122E;
}
.AnyTagClassName
{
color: #1E122E;
}
</style>
background-color css
<style>
a { background-color: #1E122E; }
a { background-color: rgb(30,18,46); }
div.DivClassName
{
background-color: #1E122E;
}
.BgClassName
{
background-color: #1E122E;
}
</style>
border-color css
<style>
span { border-color: #1E122E; }
span { border-color: rgb(30,18,46); }
td.TdClassName
{
border-color: #1E122E;
}
.TagClassName
{
border-color: #1E122E;
}
</style>