Shades of Blackcurrant #1E033A
Tints of Blackcurrant #1E033A
RGB
CMYK
RGB Variations
Color information
#1E033A (or 0x1E033A) is known color: Blackcurrant. HEX triplet: 1E, 03 and 3A. RGB value is (30,3,58). Sum of RGB (Red+Green+Blue) = 30+3+58=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 58 (23.05% from 255 or 63.74% from 91); Max value from RGB is 58 - color contains mainly: blue. Hex color #1E033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E033A is #E1FCC5. Grayscale: #111111. Windows color (decimal): -14810310 or 3801886. OLE color: 3801886.
HSL color Cylindrical-coordinate representation of color #1E033A: hue angle of 269.45º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E033A is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 3 | 58 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.77 |
| HSL | 269.45º | 0.9% | 0.12% | - |
| HSV(B) | 269.45º | 0.95% | 0.23% | - |
| XYZ | 1.33 | 0.65 | 4.06 | - |
| YUV | 17.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 58 | 0.48 | 0.95 | 0 | 0.77 | 269.45 | 0.9 | 0.12 |
| Hex | 1E | 3 | 3A | 30 | 5F | 0 | 4D | 10D | 5A | C |
| Octal | 36 | 3 | 72 | 60 | 137 | 0 | 115 | 415 | 132 | 14 |
| Binary | 11110 | 11 | 111010 | 110000 | 1011111 | 0 | 1001101 | 100001101 | 1011010 | 1100 |
Color Harmonies of #1E033A
Complementary color
Monochromatic Colors of #1E033A
Black with #1E033A
Text Example
Text Example
White with #1E033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E033A; }
p { color: rgb(30,3,58); }
H1.HeaderClassName
{
color: #1E033A;
}
.AnyTagClassName
{
color: #1E033A;
}
</style>
background-color css
<style>
a { background-color: #1E033A; }
a { background-color: rgb(30,3,58); }
div.DivClassName
{
background-color: #1E033A;
}
.BgClassName
{
background-color: #1E033A;
}
</style>
border-color css
<style>
span { border-color: #1E033A; }
span { border-color: rgb(30,3,58); }
td.TdClassName
{
border-color: #1E033A;
}
.TagClassName
{
border-color: #1E033A;
}
</style>