Shades of Elephant #1D3942
Tints of Elephant #1D3942
RGB
CMYK
RGB Variations
Color information
#1D3942 (or 0x1D3942) is known color: Elephant. HEX triplet: 1D, 39 and 42. RGB value is (29,57,66). Sum of RGB (Red+Green+Blue) = 29+57+66=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 66 - color contains mainly: blue. Hex color #1D3942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3942 is #E2C6BD. Grayscale: #313131. Windows color (decimal): -14862014 or 4339997. OLE color: 4339997.
HSL color Cylindrical-coordinate representation of color #1D3942: hue angle of 194.59º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D3942 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 57 | 66 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.74 |
| HSL | 194.59º | 0.39% | 0.19% | - |
| HSV(B) | 194.59º | 0.56% | 0.26% | - |
| XYZ | 2.95 | 3.58 | 5.69 | - |
| YUV | 49.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 66 | 0.56 | 0.14 | 0 | 0.74 | 194.59 | 0.39 | 0.19 |
| Hex | 1D | 39 | 42 | 38 | E | 0 | 4A | C3 | 27 | 13 |
| Octal | 35 | 71 | 102 | 70 | 16 | 0 | 112 | 303 | 47 | 23 |
| Binary | 11101 | 111001 | 1000010 | 111000 | 1110 | 0 | 1001010 | 11000011 | 100111 | 10011 |
Color Harmonies of #1D3942
Complementary color
Monochromatic Colors of #1D3942
Black with #1D3942
Text Example
Text Example
White with #1D3942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3942; }
p { color: rgb(29,57,66); }
H1.HeaderClassName
{
color: #1D3942;
}
.AnyTagClassName
{
color: #1D3942;
}
</style>
background-color css
<style>
a { background-color: #1D3942; }
a { background-color: rgb(29,57,66); }
div.DivClassName
{
background-color: #1D3942;
}
.BgClassName
{
background-color: #1D3942;
}
</style>
border-color css
<style>
span { border-color: #1D3942; }
span { border-color: rgb(29,57,66); }
td.TdClassName
{
border-color: #1D3942;
}
.TagClassName
{
border-color: #1D3942;
}
</style>