Shades of Blackcurrant #1E023F
Tints of Blackcurrant #1E023F
RGB
CMYK
RGB Variations
Color information
#1E023F (or 0x1E023F) is known color: Blackcurrant. HEX triplet: 1E, 02 and 3F. RGB value is (30,2,63). Sum of RGB (Red+Green+Blue) = 30+2+63=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E023F is #E1FDC0. Grayscale: #111111. Windows color (decimal): -14810561 or 4129310. OLE color: 4129310.
HSL color Cylindrical-coordinate representation of color #1E023F: hue angle of 267.54º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E023F is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 2 | 63 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.75 |
| HSL | 267.54º | 0.94% | 0.13% | - |
| HSV(B) | 267.54º | 0.97% | 0.25% | - |
| XYZ | 1.45 | 0.68 | 4.76 | - |
| YUV | 17.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 63 | 0.52 | 0.97 | 0 | 0.75 | 267.54 | 0.94 | 0.13 |
| Hex | 1E | 2 | 3F | 34 | 61 | 0 | 4B | 10C | 5E | D |
| Octal | 36 | 2 | 77 | 64 | 141 | 0 | 113 | 414 | 136 | 15 |
| Binary | 11110 | 10 | 111111 | 110100 | 1100001 | 0 | 1001011 | 100001100 | 1011110 | 1101 |
Color Harmonies of #1E023F
Complementary color
Monochromatic Colors of #1E023F
Black with #1E023F
Text Example
Text Example
White with #1E023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E023F; }
p { color: rgb(30,2,63); }
H1.HeaderClassName
{
color: #1E023F;
}
.AnyTagClassName
{
color: #1E023F;
}
</style>
background-color css
<style>
a { background-color: #1E023F; }
a { background-color: rgb(30,2,63); }
div.DivClassName
{
background-color: #1E023F;
}
.BgClassName
{
background-color: #1E023F;
}
</style>
border-color css
<style>
span { border-color: #1E023F; }
span { border-color: rgb(30,2,63); }
td.TdClassName
{
border-color: #1E023F;
}
.TagClassName
{
border-color: #1E023F;
}
</style>