Shades of Elephant #293841
Tints of Elephant #293841
RGB
CMYK
RGB Variations
Color information
#293841 (or 0x293841) is known color: Elephant. HEX triplet: 29, 38 and 41. RGB value is (41,56,65). Sum of RGB (Red+Green+Blue) = 41+56+65=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #293841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293841 is #D6C7BE. Grayscale: #343434. Windows color (decimal): -14075839 or 4274217. OLE color: 4274217.
HSL color Cylindrical-coordinate representation of color #293841: hue angle of 202.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #293841 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 56 | 65 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.75 |
| HSL | 202.5º | 0.23% | 0.21% | - |
| HSV(B) | 202.5º | 0.37% | 0.25% | - |
| XYZ | 3.28 | 3.68 | 5.54 | - |
| YUV | 52.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 65 | 0.37 | 0.14 | 0 | 0.75 | 202.5 | 0.23 | 0.21 |
| Hex | 29 | 38 | 41 | 25 | E | 0 | 4B | CA | 17 | 15 |
| Octal | 51 | 70 | 101 | 45 | 16 | 0 | 113 | 312 | 27 | 25 |
| Binary | 101001 | 111000 | 1000001 | 100101 | 1110 | 0 | 1001011 | 11001010 | 10111 | 10101 |
Color Harmonies of #293841
Complementary color
Monochromatic Colors of #293841
Black with #293841
Text Example
Text Example
White with #293841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293841; }
p { color: rgb(41,56,65); }
H1.HeaderClassName
{
color: #293841;
}
.AnyTagClassName
{
color: #293841;
}
</style>
background-color css
<style>
a { background-color: #293841; }
a { background-color: rgb(41,56,65); }
div.DivClassName
{
background-color: #293841;
}
.BgClassName
{
background-color: #293841;
}
</style>
border-color css
<style>
span { border-color: #293841; }
span { border-color: rgb(41,56,65); }
td.TdClassName
{
border-color: #293841;
}
.TagClassName
{
border-color: #293841;
}
</style>