Shades of Elephant #29373E
Tints of Elephant #29373E
RGB
CMYK
RGB Variations
Color information
#29373E (or 0x29373E) is known color: Elephant. HEX triplet: 29, 37 and 3E. RGB value is (41,55,62). Sum of RGB (Red+Green+Blue) = 41+55+62=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 62 - color contains mainly: blue. Hex color #29373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29373E is #D6C8C1. Grayscale: #333333. Windows color (decimal): -14076098 or 4077353. OLE color: 4077353.
HSL color Cylindrical-coordinate representation of color #29373E: hue angle of 200º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #29373E is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 55 | 62 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.76 |
| HSL | 200º | 0.2% | 0.2% | - |
| HSV(B) | 200º | 0.34% | 0.24% | - |
| XYZ | 3.15 | 3.55 | 5.08 | - |
| YUV | 51.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 62 | 0.34 | 0.11 | 0 | 0.76 | 200 | 0.2 | 0.2 |
| Hex | 29 | 37 | 3E | 22 | B | 0 | 4C | C8 | 14 | 14 |
| Octal | 51 | 67 | 76 | 42 | 13 | 0 | 114 | 310 | 24 | 24 |
| Binary | 101001 | 110111 | 111110 | 100010 | 1011 | 0 | 1001100 | 11001000 | 10100 | 10100 |
Color Harmonies of #29373E
Complementary color
Monochromatic Colors of #29373E
Black with #29373E
Text Example
Text Example
White with #29373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29373E; }
p { color: rgb(41,55,62); }
H1.HeaderClassName
{
color: #29373E;
}
.AnyTagClassName
{
color: #29373E;
}
</style>
background-color css
<style>
a { background-color: #29373E; }
a { background-color: rgb(41,55,62); }
div.DivClassName
{
background-color: #29373E;
}
.BgClassName
{
background-color: #29373E;
}
</style>
border-color css
<style>
span { border-color: #29373E; }
span { border-color: rgb(41,55,62); }
td.TdClassName
{
border-color: #29373E;
}
.TagClassName
{
border-color: #29373E;
}
</style>