Shades of Tolopea #1E1737
Tints of Tolopea #1E1737
RGB
CMYK
RGB Variations
Color information
#1E1737 (or 0x1E1737) is known color: Tolopea. HEX triplet: 1E, 17 and 37. RGB value is (30,23,55). Sum of RGB (Red+Green+Blue) = 30+23+55=108 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.78% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E1737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1737 is #E1E8C8. Grayscale: #1C1C1C. Windows color (decimal): -14805193 or 3610398. OLE color: 3610398.
HSL color Cylindrical-coordinate representation of color #1E1737: hue angle of 253.12º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E1737 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 23 | 55 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.78 |
| HSL | 253.13º | 0.41% | 0.15% | - |
| HSV(B) | 253.13º | 0.58% | 0.22% | - |
| XYZ | 1.53 | 1.16 | 3.76 | - |
| YUV | 28.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 55 | 0.45 | 0.58 | 0 | 0.78 | 253.13 | 0.41 | 0.15 |
| Hex | 1E | 17 | 37 | 2D | 3A | 0 | 4E | FD | 29 | F |
| Octal | 36 | 27 | 67 | 55 | 72 | 0 | 116 | 375 | 51 | 17 |
| Binary | 11110 | 10111 | 110111 | 101101 | 111010 | 0 | 1001110 | 11111101 | 101001 | 1111 |
Color Harmonies of #1E1737
Complementary color
Monochromatic Colors of #1E1737
Black with #1E1737
Text Example
Text Example
White with #1E1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1737; }
p { color: rgb(30,23,55); }
H1.HeaderClassName
{
color: #1E1737;
}
.AnyTagClassName
{
color: #1E1737;
}
</style>
background-color css
<style>
a { background-color: #1E1737; }
a { background-color: rgb(30,23,55); }
div.DivClassName
{
background-color: #1E1737;
}
.BgClassName
{
background-color: #1E1737;
}
</style>
border-color css
<style>
span { border-color: #1E1737; }
span { border-color: rgb(30,23,55); }
td.TdClassName
{
border-color: #1E1737;
}
.TagClassName
{
border-color: #1E1737;
}
</style>