Shades of Blackcurrant #1E012E
Tints of Blackcurrant #1E012E
RGB
CMYK
RGB Variations
Color information
#1E012E (or 0x1E012E) is known color: Blackcurrant. HEX triplet: 1E, 01 and 2E. RGB value is (30,1,46). Sum of RGB (Red+Green+Blue) = 30+1+46=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #1E012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E012E is #E1FED1. Grayscale: #0E0E0E. Windows color (decimal): -14810834 or 3014942. OLE color: 3014942.
HSL color Cylindrical-coordinate representation of color #1E012E: hue angle of 278.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E012E is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 1 | 46 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.82 |
| HSL | 278.67º | 0.96% | 0.09% | - |
| HSV(B) | 278.67º | 0.98% | 0.18% | - |
| XYZ | 1.04 | 0.49 | 2.63 | - |
| YUV | 14.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 46 | 0.35 | 0.98 | 0 | 0.82 | 278.67 | 0.96 | 0.09 |
| Hex | 1E | 1 | 2E | 23 | 62 | 0 | 52 | 117 | 60 | 9 |
| Octal | 36 | 1 | 56 | 43 | 142 | 0 | 122 | 427 | 140 | 11 |
| Binary | 11110 | 1 | 101110 | 100011 | 1100010 | 0 | 1010010 | 100010111 | 1100000 | 1001 |
Color Harmonies of #1E012E
Complementary color
Monochromatic Colors of #1E012E
Black with #1E012E
Text Example
Text Example
White with #1E012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E012E; }
p { color: rgb(30,1,46); }
H1.HeaderClassName
{
color: #1E012E;
}
.AnyTagClassName
{
color: #1E012E;
}
</style>
background-color css
<style>
a { background-color: #1E012E; }
a { background-color: rgb(30,1,46); }
div.DivClassName
{
background-color: #1E012E;
}
.BgClassName
{
background-color: #1E012E;
}
</style>
border-color css
<style>
span { border-color: #1E012E; }
span { border-color: rgb(30,1,46); }
td.TdClassName
{
border-color: #1E012E;
}
.TagClassName
{
border-color: #1E012E;
}
</style>