Shades of Blackcurrant #1E013E
Tints of Blackcurrant #1E013E
RGB
CMYK
RGB Variations
Color information
#1E013E (or 0x1E013E) is known color: Blackcurrant. HEX triplet: 1E, 01 and 3E. RGB value is (30,1,62). Sum of RGB (Red+Green+Blue) = 30+1+62=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 62 (24.61% from 255 or 66.67% from 93); Max value from RGB is 62 - color contains mainly: blue. Hex color #1E013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E013E is #E1FEC1. Grayscale: #101010. Windows color (decimal): -14810818 or 4063518. OLE color: 4063518.
HSL color Cylindrical-coordinate representation of color #1E013E: hue angle of 268.52º 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 #1E013E is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 1 | 62 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.76 |
| HSL | 268.52º | 0.97% | 0.12% | - |
| HSV(B) | 268.52º | 0.98% | 0.24% | - |
| XYZ | 1.42 | 0.65 | 4.61 | - |
| YUV | 16.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 62 | 0.52 | 0.98 | 0 | 0.76 | 268.52 | 0.97 | 0.12 |
| Hex | 1E | 1 | 3E | 34 | 62 | 0 | 4C | 10D | 61 | C |
| Octal | 36 | 1 | 76 | 64 | 142 | 0 | 114 | 415 | 141 | 14 |
| Binary | 11110 | 1 | 111110 | 110100 | 1100010 | 0 | 1001100 | 100001101 | 1100001 | 1100 |
Color Harmonies of #1E013E
Complementary color
Monochromatic Colors of #1E013E
Black with #1E013E
Text Example
Text Example
White with #1E013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E013E; }
p { color: rgb(30,1,62); }
H1.HeaderClassName
{
color: #1E013E;
}
.AnyTagClassName
{
color: #1E013E;
}
</style>
background-color css
<style>
a { background-color: #1E013E; }
a { background-color: rgb(30,1,62); }
div.DivClassName
{
background-color: #1E013E;
}
.BgClassName
{
background-color: #1E013E;
}
</style>
border-color css
<style>
span { border-color: #1E013E; }
span { border-color: rgb(30,1,62); }
td.TdClassName
{
border-color: #1E013E;
}
.TagClassName
{
border-color: #1E013E;
}
</style>