Shades of Elephant #1E3843
Tints of Elephant #1E3843
RGB
CMYK
RGB Variations
Color information
#1E3843 (or 0x1E3843) is known color: Elephant. HEX triplet: 1E, 38 and 43. RGB value is (30,56,67). Sum of RGB (Red+Green+Blue) = 30+56+67=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 67 - color contains mainly: blue. Hex color #1E3843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3843 is #E1C7BC. Grayscale: #313131. Windows color (decimal): -14796733 or 4405278. OLE color: 4405278.
HSL color Cylindrical-coordinate representation of color #1E3843: hue angle of 197.84º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E3843 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 56 | 67 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.74 |
| HSL | 197.84º | 0.38% | 0.19% | - |
| HSV(B) | 197.84º | 0.55% | 0.26% | - |
| XYZ | 2.96 | 3.51 | 5.83 | - |
| YUV | 49.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 67 | 0.55 | 0.16 | 0 | 0.74 | 197.84 | 0.38 | 0.19 |
| Hex | 1E | 38 | 43 | 37 | 10 | 0 | 4A | C6 | 26 | 13 |
| Octal | 36 | 70 | 103 | 67 | 20 | 0 | 112 | 306 | 46 | 23 |
| Binary | 11110 | 111000 | 1000011 | 110111 | 10000 | 0 | 1001010 | 11000110 | 100110 | 10011 |
Color Harmonies of #1E3843
Complementary color
Monochromatic Colors of #1E3843
Black with #1E3843
Text Example
Text Example
White with #1E3843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3843; }
p { color: rgb(30,56,67); }
H1.HeaderClassName
{
color: #1E3843;
}
.AnyTagClassName
{
color: #1E3843;
}
</style>
background-color css
<style>
a { background-color: #1E3843; }
a { background-color: rgb(30,56,67); }
div.DivClassName
{
background-color: #1E3843;
}
.BgClassName
{
background-color: #1E3843;
}
</style>
border-color css
<style>
span { border-color: #1E3843; }
span { border-color: rgb(30,56,67); }
td.TdClassName
{
border-color: #1E3843;
}
.TagClassName
{
border-color: #1E3843;
}
</style>