Shades of Blackcurrant #1E013C
Tints of Blackcurrant #1E013C
RGB
CMYK
RGB Variations
Color information
#1E013C (or 0x1E013C) is known color: Blackcurrant. HEX triplet: 1E, 01 and 3C. RGB value is (30,1,60). Sum of RGB (Red+Green+Blue) = 30+1+60=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #1E013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E013C is #E1FEC3. Grayscale: #101010. Windows color (decimal): -14810820 or 3932446. OLE color: 3932446.
HSL color Cylindrical-coordinate representation of color #1E013C: hue angle of 269.49º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E013C is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 1 | 60 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.76 |
| HSL | 269.49º | 0.97% | 0.12% | - |
| HSV(B) | 269.49º | 0.98% | 0.24% | - |
| XYZ | 1.36 | 0.62 | 4.32 | - |
| YUV | 16.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 60 | 0.50 | 0.98 | 0 | 0.76 | 269.49 | 0.97 | 0.12 |
| Hex | 1E | 1 | 3C | 32 | 62 | 0 | 4C | 10D | 61 | C |
| Octal | 36 | 1 | 74 | 62 | 142 | 0 | 114 | 415 | 141 | 14 |
| Binary | 11110 | 1 | 111100 | 110010 | 1100010 | 0 | 1001100 | 100001101 | 1100001 | 1100 |
Color Harmonies of #1E013C
Complementary color
Monochromatic Colors of #1E013C
Black with #1E013C
Text Example
Text Example
White with #1E013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E013C; }
p { color: rgb(30,1,60); }
H1.HeaderClassName
{
color: #1E013C;
}
.AnyTagClassName
{
color: #1E013C;
}
</style>
background-color css
<style>
a { background-color: #1E013C; }
a { background-color: rgb(30,1,60); }
div.DivClassName
{
background-color: #1E013C;
}
.BgClassName
{
background-color: #1E013C;
}
</style>
border-color css
<style>
span { border-color: #1E013C; }
span { border-color: rgb(30,1,60); }
td.TdClassName
{
border-color: #1E013C;
}
.TagClassName
{
border-color: #1E013C;
}
</style>