Shades of Blackcurrant #1E093F
Tints of Blackcurrant #1E093F
RGB
CMYK
RGB Variations
Color information
#1E093F (or 0x1E093F) is known color: Blackcurrant. HEX triplet: 1E, 09 and 3F. RGB value is (30,9,63). Sum of RGB (Red+Green+Blue) = 30+9+63=102 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.41% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 63 (25% from 255 or 61.76% from 102); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E093F is #E1F6C0. Grayscale: #151515. Windows color (decimal): -14808769 or 4131102. OLE color: 4131102.
HSL color Cylindrical-coordinate representation of color #1E093F: hue angle of 263.33º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E093F is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 9 | 63 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.75 |
| HSL | 263.33º | 0.75% | 0.14% | - |
| HSV(B) | 263.33º | 0.86% | 0.25% | - |
| XYZ | 1.53 | 0.83 | 4.78 | - |
| YUV | 21.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 63 | 0.52 | 0.86 | 0 | 0.75 | 263.33 | 0.75 | 0.14 |
| Hex | 1E | 9 | 3F | 34 | 56 | 0 | 4B | 107 | 4B | E |
| Octal | 36 | 11 | 77 | 64 | 126 | 0 | 113 | 407 | 113 | 16 |
| Binary | 11110 | 1001 | 111111 | 110100 | 1010110 | 0 | 1001011 | 100000111 | 1001011 | 1110 |
Color Harmonies of #1E093F
Complementary color
Monochromatic Colors of #1E093F
Black with #1E093F
Text Example
Text Example
White with #1E093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E093F; }
p { color: rgb(30,9,63); }
H1.HeaderClassName
{
color: #1E093F;
}
.AnyTagClassName
{
color: #1E093F;
}
</style>
background-color css
<style>
a { background-color: #1E093F; }
a { background-color: rgb(30,9,63); }
div.DivClassName
{
background-color: #1E093F;
}
.BgClassName
{
background-color: #1E093F;
}
</style>
border-color css
<style>
span { border-color: #1E093F; }
span { border-color: rgb(30,9,63); }
td.TdClassName
{
border-color: #1E093F;
}
.TagClassName
{
border-color: #1E093F;
}
</style>