Shades of Tolopea #1E1839
Tints of Tolopea #1E1839
RGB
CMYK
RGB Variations
Color information
#1E1839 (or 0x1E1839) is known color: Tolopea. HEX triplet: 1E, 18 and 39. RGB value is (30,24,57). Sum of RGB (Red+Green+Blue) = 30+24+57=111 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.03% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #1E1839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1839 is #E1E7C6. Grayscale: #1D1D1D. Windows color (decimal): -14804935 or 3741726. OLE color: 3741726.
HSL color Cylindrical-coordinate representation of color #1E1839: hue angle of 250.91º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E1839 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 24 | 57 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.78 |
| HSL | 250.91º | 0.41% | 0.16% | - |
| HSV(B) | 250.91º | 0.58% | 0.22% | - |
| XYZ | 1.6 | 1.22 | 4.02 | - |
| YUV | 29.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 57 | 0.47 | 0.58 | 0 | 0.78 | 250.91 | 0.41 | 0.16 |
| Hex | 1E | 18 | 39 | 2F | 3A | 0 | 4E | FB | 29 | 10 |
| Octal | 36 | 30 | 71 | 57 | 72 | 0 | 116 | 373 | 51 | 20 |
| Binary | 11110 | 11000 | 111001 | 101111 | 111010 | 0 | 1001110 | 11111011 | 101001 | 10000 |
Color Harmonies of #1E1839
Complementary color
Monochromatic Colors of #1E1839
Black with #1E1839
Text Example
Text Example
White with #1E1839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1839; }
p { color: rgb(30,24,57); }
H1.HeaderClassName
{
color: #1E1839;
}
.AnyTagClassName
{
color: #1E1839;
}
</style>
background-color css
<style>
a { background-color: #1E1839; }
a { background-color: rgb(30,24,57); }
div.DivClassName
{
background-color: #1E1839;
}
.BgClassName
{
background-color: #1E1839;
}
</style>
border-color css
<style>
span { border-color: #1E1839; }
span { border-color: rgb(30,24,57); }
td.TdClassName
{
border-color: #1E1839;
}
.TagClassName
{
border-color: #1E1839;
}
</style>