Shades of Elephant #293942
Tints of Elephant #293942
RGB
CMYK
RGB Variations
Color information
#293942 (or 0x293942) is known color: Elephant. HEX triplet: 29, 39 and 42. RGB value is (41,57,66). Sum of RGB (Red+Green+Blue) = 41+57+66=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 66 - color contains mainly: blue. Hex color #293942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293942 is #D6C6BD. Grayscale: #353535. Windows color (decimal): -14075582 or 4340009. OLE color: 4340009.
HSL color Cylindrical-coordinate representation of color #293942: hue angle of 201.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #293942 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 57 | 66 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.74 |
| HSL | 201.6º | 0.23% | 0.21% | - |
| HSV(B) | 201.6º | 0.38% | 0.26% | - |
| XYZ | 3.36 | 3.79 | 5.71 | - |
| YUV | 53.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 57 | 66 | 0.38 | 0.14 | 0 | 0.74 | 201.6 | 0.23 | 0.21 |
| Hex | 29 | 39 | 42 | 26 | E | 0 | 4A | CA | 17 | 15 |
| Octal | 51 | 71 | 102 | 46 | 16 | 0 | 112 | 312 | 27 | 25 |
| Binary | 101001 | 111001 | 1000010 | 100110 | 1110 | 0 | 1001010 | 11001010 | 10111 | 10101 |
Color Harmonies of #293942
Complementary color
Monochromatic Colors of #293942
Black with #293942
Text Example
Text Example
White with #293942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293942; }
p { color: rgb(41,57,66); }
H1.HeaderClassName
{
color: #293942;
}
.AnyTagClassName
{
color: #293942;
}
</style>
background-color css
<style>
a { background-color: #293942; }
a { background-color: rgb(41,57,66); }
div.DivClassName
{
background-color: #293942;
}
.BgClassName
{
background-color: #293942;
}
</style>
border-color css
<style>
span { border-color: #293942; }
span { border-color: rgb(41,57,66); }
td.TdClassName
{
border-color: #293942;
}
.TagClassName
{
border-color: #293942;
}
</style>