Shades of Blackcurrant #1E003C
Tints of Blackcurrant #1E003C
RGB
CMYK
RGB Variations
Color information
#1E003C (or 0x1E003C) is known color: Blackcurrant. HEX triplet: 1E, 00 and 3C. RGB value is (30,0,60). Sum of RGB (Red+Green+Blue) = 30+0+60=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 60 (23.83% from 255 or 66.67% from 90); Max value from RGB is 60 - color contains mainly: blue. Hex color #1E003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E003C is #E1FFC3. Grayscale: #0F0F0F. Windows color (decimal): -14811076 or 3932190. OLE color: 3932190.
HSL color Cylindrical-coordinate representation of color #1E003C: hue angle of 270º 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 #1E003C is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 0 | 60 | - |
| CMYK | 0.50 | 1 | 0 | 0.76 |
| HSL | 270º | 1% | 0.12% | - |
| HSV(B) | 270º | 1% | 0.24% | - |
| XYZ | 1.35 | 0.6 | 4.32 | - |
| YUV | 15.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 60 | 0.50 | 1 | 0 | 0.76 | 270 | 1 | 0.12 |
| Hex | 1E | 0 | 3C | 32 | 64 | 0 | 4C | 10E | 64 | C |
| Octal | 36 | 0 | 74 | 62 | 144 | 0 | 114 | 416 | 144 | 14 |
| Binary | 11110 | 0 | 111100 | 110010 | 1100100 | 0 | 1001100 | 100001110 | 1100100 | 1100 |
Color Harmonies of #1E003C
Complementary color
Monochromatic Colors of #1E003C
Black with #1E003C
Text Example
Text Example
White with #1E003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E003C; }
p { color: rgb(30,0,60); }
H1.HeaderClassName
{
color: #1E003C;
}
.AnyTagClassName
{
color: #1E003C;
}
</style>
background-color css
<style>
a { background-color: #1E003C; }
a { background-color: rgb(30,0,60); }
div.DivClassName
{
background-color: #1E003C;
}
.BgClassName
{
background-color: #1E003C;
}
</style>
border-color css
<style>
span { border-color: #1E003C; }
span { border-color: rgb(30,0,60); }
td.TdClassName
{
border-color: #1E003C;
}
.TagClassName
{
border-color: #1E003C;
}
</style>