Shades of Blackcurrant #1E023B
Tints of Blackcurrant #1E023B
RGB
CMYK
RGB Variations
Color information
#1E023B (or 0x1E023B) is known color: Blackcurrant. HEX triplet: 1E, 02 and 3B. RGB value is (30,2,59). Sum of RGB (Red+Green+Blue) = 30+2+59=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 59 (23.44% from 255 or 64.84% from 91); Max value from RGB is 59 - color contains mainly: blue. Hex color #1E023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E023B is #E1FDC4. Grayscale: #101010. Windows color (decimal): -14810565 or 3867166. OLE color: 3867166.
HSL color Cylindrical-coordinate representation of color #1E023B: hue angle of 269.47º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E023B is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 2 | 59 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.77 |
| HSL | 269.47º | 0.93% | 0.12% | - |
| HSV(B) | 269.47º | 0.97% | 0.23% | - |
| XYZ | 1.35 | 0.64 | 4.19 | - |
| YUV | 16.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 59 | 0.49 | 0.97 | 0 | 0.77 | 269.47 | 0.93 | 0.12 |
| Hex | 1E | 2 | 3B | 31 | 61 | 0 | 4D | 10D | 5D | C |
| Octal | 36 | 2 | 73 | 61 | 141 | 0 | 115 | 415 | 135 | 14 |
| Binary | 11110 | 10 | 111011 | 110001 | 1100001 | 0 | 1001101 | 100001101 | 1011101 | 1100 |
Color Harmonies of #1E023B
Complementary color
Monochromatic Colors of #1E023B
Black with #1E023B
Text Example
Text Example
White with #1E023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E023B; }
p { color: rgb(30,2,59); }
H1.HeaderClassName
{
color: #1E023B;
}
.AnyTagClassName
{
color: #1E023B;
}
</style>
background-color css
<style>
a { background-color: #1E023B; }
a { background-color: rgb(30,2,59); }
div.DivClassName
{
background-color: #1E023B;
}
.BgClassName
{
background-color: #1E023B;
}
</style>
border-color css
<style>
span { border-color: #1E023B; }
span { border-color: rgb(30,2,59); }
td.TdClassName
{
border-color: #1E023B;
}
.TagClassName
{
border-color: #1E023B;
}
</style>