Shades of Blackcurrant #1E122B
Tints of Blackcurrant #1E122B
RGB
CMYK
RGB Variations
Color information
#1E122B (or 0x1E122B) is known color: Blackcurrant. HEX triplet: 1E, 12 and 2B. RGB value is (30,18,43). Sum of RGB (Red+Green+Blue) = 30+18+43=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #1E122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E122B is #E1EDD4. Grayscale: #181818. Windows color (decimal): -14806485 or 2822686. OLE color: 2822686.
HSL color Cylindrical-coordinate representation of color #1E122B: hue angle of 268.8º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E122B is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 30 | 18 | 43 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.83 |
| HSL | 268.8º | 0.41% | 0.12% | - |
| HSV(B) | 268.8º | 0.58% | 0.17% | - |
| XYZ | 1.19 | 0.88 | 2.39 | - |
| YUV | 24.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 43 | 0.30 | 0.58 | 0 | 0.83 | 268.8 | 0.41 | 0.12 |
| Hex | 1E | 12 | 2B | 1E | 3A | 0 | 53 | 10D | 29 | C |
| Octal | 36 | 22 | 53 | 36 | 72 | 0 | 123 | 415 | 51 | 14 |
| Binary | 11110 | 10010 | 101011 | 11110 | 111010 | 0 | 1010011 | 100001101 | 101001 | 1100 |
Color Harmonies of #1E122B
Complementary color
Monochromatic Colors of #1E122B
Black with #1E122B
Text Example
Text Example
White with #1E122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E122B; }
p { color: rgb(30,18,43); }
H1.HeaderClassName
{
color: #1E122B;
}
.AnyTagClassName
{
color: #1E122B;
}
</style>
background-color css
<style>
a { background-color: #1E122B; }
a { background-color: rgb(30,18,43); }
div.DivClassName
{
background-color: #1E122B;
}
.BgClassName
{
background-color: #1E122B;
}
</style>
border-color css
<style>
span { border-color: #1E122B; }
span { border-color: rgb(30,18,43); }
td.TdClassName
{
border-color: #1E122B;
}
.TagClassName
{
border-color: #1E122B;
}
</style>