Shades of Elephant #1E3840
Tints of Elephant #1E3840
RGB
CMYK
RGB Variations
Color information
#1E3840 (or 0x1E3840) is known color: Elephant. HEX triplet: 1E, 38 and 40. RGB value is (30,56,64). Sum of RGB (Red+Green+Blue) = 30+56+64=150 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #1E3840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3840 is #E1C7BF. Grayscale: #313131. Windows color (decimal): -14796736 or 4208670. OLE color: 4208670.
HSL color Cylindrical-coordinate representation of color #1E3840: hue angle of 194.12º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E3840 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 56 | 64 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.75 |
| HSL | 194.12º | 0.36% | 0.18% | - |
| HSV(B) | 194.12º | 0.53% | 0.25% | - |
| XYZ | 2.88 | 3.47 | 5.37 | - |
| YUV | 49.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 64 | 0.53 | 0.13 | 0 | 0.75 | 194.12 | 0.36 | 0.18 |
| Hex | 1E | 38 | 40 | 35 | D | 0 | 4B | C2 | 24 | 12 |
| Octal | 36 | 70 | 100 | 65 | 15 | 0 | 113 | 302 | 44 | 22 |
| Binary | 11110 | 111000 | 1000000 | 110101 | 1101 | 0 | 1001011 | 11000010 | 100100 | 10010 |
Color Harmonies of #1E3840
Complementary color
Monochromatic Colors of #1E3840
Black with #1E3840
Text Example
Text Example
White with #1E3840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3840; }
p { color: rgb(30,56,64); }
H1.HeaderClassName
{
color: #1E3840;
}
.AnyTagClassName
{
color: #1E3840;
}
</style>
background-color css
<style>
a { background-color: #1E3840; }
a { background-color: rgb(30,56,64); }
div.DivClassName
{
background-color: #1E3840;
}
.BgClassName
{
background-color: #1E3840;
}
</style>
border-color css
<style>
span { border-color: #1E3840; }
span { border-color: rgb(30,56,64); }
td.TdClassName
{
border-color: #1E3840;
}
.TagClassName
{
border-color: #1E3840;
}
</style>