Shades of Blackcurrant #1E013F
Tints of Blackcurrant #1E013F
RGB
CMYK
RGB Variations
Color information
#1E013F (or 0x1E013F) is known color: Blackcurrant. HEX triplet: 1E, 01 and 3F. RGB value is (30,1,63). Sum of RGB (Red+Green+Blue) = 30+1+63=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E013F is #E1FEC0. Grayscale: #101010. Windows color (decimal): -14810817 or 4129054. OLE color: 4129054.
HSL color Cylindrical-coordinate representation of color #1E013F: hue angle of 268.06º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E013F is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 1 | 63 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.75 |
| HSL | 268.06º | 0.97% | 0.13% | - |
| HSV(B) | 268.06º | 0.98% | 0.25% | - |
| XYZ | 1.44 | 0.66 | 4.75 | - |
| YUV | 16.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 63 | 0.52 | 0.98 | 0 | 0.75 | 268.06 | 0.97 | 0.13 |
| Hex | 1E | 1 | 3F | 34 | 62 | 0 | 4B | 10C | 61 | D |
| Octal | 36 | 1 | 77 | 64 | 142 | 0 | 113 | 414 | 141 | 15 |
| Binary | 11110 | 1 | 111111 | 110100 | 1100010 | 0 | 1001011 | 100001100 | 1100001 | 1101 |
Color Harmonies of #1E013F
Complementary color
Monochromatic Colors of #1E013F
Black with #1E013F
Text Example
Text Example
White with #1E013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E013F; }
p { color: rgb(30,1,63); }
H1.HeaderClassName
{
color: #1E013F;
}
.AnyTagClassName
{
color: #1E013F;
}
</style>
background-color css
<style>
a { background-color: #1E013F; }
a { background-color: rgb(30,1,63); }
div.DivClassName
{
background-color: #1E013F;
}
.BgClassName
{
background-color: #1E013F;
}
</style>
border-color css
<style>
span { border-color: #1E013F; }
span { border-color: rgb(30,1,63); }
td.TdClassName
{
border-color: #1E013F;
}
.TagClassName
{
border-color: #1E013F;
}
</style>