Shades of Blackcurrant #1E053E
Tints of Blackcurrant #1E053E
RGB
CMYK
RGB Variations
Color information
#1E053E (or 0x1E053E) is known color: Blackcurrant. HEX triplet: 1E, 05 and 3E. RGB value is (30,5,62). Sum of RGB (Red+Green+Blue) = 30+5+62=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 62 (24.61% from 255 or 63.92% from 97); Max value from RGB is 62 - color contains mainly: blue. Hex color #1E053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E053E is #E1FAC1. Grayscale: #121212. Windows color (decimal): -14809794 or 4064542. OLE color: 4064542.
HSL color Cylindrical-coordinate representation of color #1E053E: hue angle of 266.32º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E053E is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 5 | 62 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.76 |
| HSL | 266.32º | 0.85% | 0.13% | - |
| HSV(B) | 266.32º | 0.92% | 0.24% | - |
| XYZ | 1.46 | 0.73 | 4.62 | - |
| YUV | 18.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 62 | 0.52 | 0.92 | 0 | 0.76 | 266.32 | 0.85 | 0.13 |
| Hex | 1E | 5 | 3E | 34 | 5C | 0 | 4C | 10A | 55 | D |
| Octal | 36 | 5 | 76 | 64 | 134 | 0 | 114 | 412 | 125 | 15 |
| Binary | 11110 | 101 | 111110 | 110100 | 1011100 | 0 | 1001100 | 100001010 | 1010101 | 1101 |
Color Harmonies of #1E053E
Complementary color
Monochromatic Colors of #1E053E
Black with #1E053E
Text Example
Text Example
White with #1E053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E053E; }
p { color: rgb(30,5,62); }
H1.HeaderClassName
{
color: #1E053E;
}
.AnyTagClassName
{
color: #1E053E;
}
</style>
background-color css
<style>
a { background-color: #1E053E; }
a { background-color: rgb(30,5,62); }
div.DivClassName
{
background-color: #1E053E;
}
.BgClassName
{
background-color: #1E053E;
}
</style>
border-color css
<style>
span { border-color: #1E053E; }
span { border-color: rgb(30,5,62); }
td.TdClassName
{
border-color: #1E053E;
}
.TagClassName
{
border-color: #1E053E;
}
</style>