Shades of Blackcurrant #1E002E
Tints of Blackcurrant #1E002E
RGB
CMYK
RGB Variations
Color information
#1E002E (or 0x1E002E) is known color: Blackcurrant. HEX triplet: 1E, 00 and 2E. RGB value is (30,0,46). Sum of RGB (Red+Green+Blue) = 30+0+46=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #1E002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E002E is #E1FFD1. Grayscale: #0E0E0E. Windows color (decimal): -14811090 or 3014686. OLE color: 3014686.
HSL color Cylindrical-coordinate representation of color #1E002E: hue angle of 279.13º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E002E is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 0 | 46 | - |
| CMYK | 0.35 | 1 | 0 | 0.82 |
| HSL | 279.13º | 1% | 0.09% | - |
| HSV(B) | 279.13º | 1% | 0.18% | - |
| XYZ | 1.03 | 0.47 | 2.62 | - |
| YUV | 14.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 46 | 0.35 | 1 | 0 | 0.82 | 279.13 | 1 | 0.09 |
| Hex | 1E | 0 | 2E | 23 | 64 | 0 | 52 | 117 | 64 | 9 |
| Octal | 36 | 0 | 56 | 43 | 144 | 0 | 122 | 427 | 144 | 11 |
| Binary | 11110 | 0 | 101110 | 100011 | 1100100 | 0 | 1010010 | 100010111 | 1100100 | 1001 |
Color Harmonies of #1E002E
Complementary color
Monochromatic Colors of #1E002E
Black with #1E002E
Text Example
Text Example
White with #1E002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E002E; }
p { color: rgb(30,0,46); }
H1.HeaderClassName
{
color: #1E002E;
}
.AnyTagClassName
{
color: #1E002E;
}
</style>
background-color css
<style>
a { background-color: #1E002E; }
a { background-color: rgb(30,0,46); }
div.DivClassName
{
background-color: #1E002E;
}
.BgClassName
{
background-color: #1E002E;
}
</style>
border-color css
<style>
span { border-color: #1E002E; }
span { border-color: rgb(30,0,46); }
td.TdClassName
{
border-color: #1E002E;
}
.TagClassName
{
border-color: #1E002E;
}
</style>