Shades of Blackcurrant #1E003E
Tints of Blackcurrant #1E003E
RGB
CMYK
RGB Variations
Color information
#1E003E (or 0x1E003E) is known color: Blackcurrant. HEX triplet: 1E, 00 and 3E. RGB value is (30,0,62). Sum of RGB (Red+Green+Blue) = 30+0+62=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 62 (24.61% from 255 or 67.39% from 92); Max value from RGB is 62 - color contains mainly: blue. Hex color #1E003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E003E is #E1FFC1. Grayscale: #0F0F0F. Windows color (decimal): -14811074 or 4063262. OLE color: 4063262.
HSL color Cylindrical-coordinate representation of color #1E003E: hue angle of 269.03º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E003E is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 0 | 62 | - |
| CMYK | 0.52 | 1 | 0 | 0.76 |
| HSL | 269.03º | 1% | 0.12% | - |
| HSV(B) | 269.03º | 1% | 0.24% | - |
| XYZ | 1.4 | 0.62 | 4.6 | - |
| YUV | 16.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 62 | 0.52 | 1 | 0 | 0.76 | 269.03 | 1 | 0.12 |
| Hex | 1E | 0 | 3E | 34 | 64 | 0 | 4C | 10D | 64 | C |
| Octal | 36 | 0 | 76 | 64 | 144 | 0 | 114 | 415 | 144 | 14 |
| Binary | 11110 | 0 | 111110 | 110100 | 1100100 | 0 | 1001100 | 100001101 | 1100100 | 1100 |
Color Harmonies of #1E003E
Complementary color
Monochromatic Colors of #1E003E
Black with #1E003E
Text Example
Text Example
White with #1E003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E003E; }
p { color: rgb(30,0,62); }
H1.HeaderClassName
{
color: #1E003E;
}
.AnyTagClassName
{
color: #1E003E;
}
</style>
background-color css
<style>
a { background-color: #1E003E; }
a { background-color: rgb(30,0,62); }
div.DivClassName
{
background-color: #1E003E;
}
.BgClassName
{
background-color: #1E003E;
}
</style>
border-color css
<style>
span { border-color: #1E003E; }
span { border-color: rgb(30,0,62); }
td.TdClassName
{
border-color: #1E003E;
}
.TagClassName
{
border-color: #1E003E;
}
</style>