Shades of Elephant #1E353F
Tints of Elephant #1E353F
RGB
CMYK
RGB Variations
Color information
#1E353F (or 0x1E353F) is known color: Elephant. HEX triplet: 1E, 35 and 3F. RGB value is (30,53,63). Sum of RGB (Red+Green+Blue) = 30+53+63=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E353F is #E1CAC0. Grayscale: #2F2F2F. Windows color (decimal): -14797505 or 4142366. OLE color: 4142366.
HSL color Cylindrical-coordinate representation of color #1E353F: hue angle of 198.18º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E353F is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 53 | 63 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.75 |
| HSL | 198.18º | 0.35% | 0.18% | - |
| HSV(B) | 198.18º | 0.52% | 0.25% | - |
| XYZ | 2.71 | 3.18 | 5.17 | - |
| YUV | 47.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 53 | 63 | 0.52 | 0.16 | 0 | 0.75 | 198.18 | 0.35 | 0.18 |
| Hex | 1E | 35 | 3F | 34 | 10 | 0 | 4B | C6 | 23 | 12 |
| Octal | 36 | 65 | 77 | 64 | 20 | 0 | 113 | 306 | 43 | 22 |
| Binary | 11110 | 110101 | 111111 | 110100 | 10000 | 0 | 1001011 | 11000110 | 100011 | 10010 |
Color Harmonies of #1E353F
Complementary color
Monochromatic Colors of #1E353F
Black with #1E353F
Text Example
Text Example
White with #1E353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E353F; }
p { color: rgb(30,53,63); }
H1.HeaderClassName
{
color: #1E353F;
}
.AnyTagClassName
{
color: #1E353F;
}
</style>
background-color css
<style>
a { background-color: #1E353F; }
a { background-color: rgb(30,53,63); }
div.DivClassName
{
background-color: #1E353F;
}
.BgClassName
{
background-color: #1E353F;
}
</style>
border-color css
<style>
span { border-color: #1E353F; }
span { border-color: rgb(30,53,63); }
td.TdClassName
{
border-color: #1E353F;
}
.TagClassName
{
border-color: #1E353F;
}
</style>