Shades of Blackcurrant #1E092A
Tints of Blackcurrant #1E092A
RGB
CMYK
RGB Variations
Color information
#1E092A (or 0x1E092A) is known color: Blackcurrant. HEX triplet: 1E, 09 and 2A. RGB value is (30,9,42). Sum of RGB (Red+Green+Blue) = 30+9+42=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #1E092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E092A is #E1F6D5. Grayscale: #121212. Windows color (decimal): -14808790 or 2754846. OLE color: 2754846.
HSL color Cylindrical-coordinate representation of color #1E092A: hue angle of 278.18º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E092A is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 9 | 42 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.84 |
| HSL | 278.18º | 0.65% | 0.1% | - |
| HSV(B) | 278.18º | 0.79% | 0.16% | - |
| XYZ | 1.05 | 0.64 | 2.26 | - |
| YUV | 19.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 42 | 0.29 | 0.79 | 0 | 0.84 | 278.18 | 0.65 | 0.1 |
| Hex | 1E | 9 | 2A | 1D | 4F | 0 | 54 | 116 | 41 | A |
| Octal | 36 | 11 | 52 | 35 | 117 | 0 | 124 | 426 | 101 | 12 |
| Binary | 11110 | 1001 | 101010 | 11101 | 1001111 | 0 | 1010100 | 100010110 | 1000001 | 1010 |
Color Harmonies of #1E092A
Complementary color
Monochromatic Colors of #1E092A
Black with #1E092A
Text Example
Text Example
White with #1E092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E092A; }
p { color: rgb(30,9,42); }
H1.HeaderClassName
{
color: #1E092A;
}
.AnyTagClassName
{
color: #1E092A;
}
</style>
background-color css
<style>
a { background-color: #1E092A; }
a { background-color: rgb(30,9,42); }
div.DivClassName
{
background-color: #1E092A;
}
.BgClassName
{
background-color: #1E092A;
}
</style>
border-color css
<style>
span { border-color: #1E092A; }
span { border-color: rgb(30,9,42); }
td.TdClassName
{
border-color: #1E092A;
}
.TagClassName
{
border-color: #1E092A;
}
</style>