Shades of Elephant #243941
Tints of Elephant #243941
RGB
CMYK
RGB Variations
Color information
#243941 (or 0x243941) is known color: Elephant. HEX triplet: 24, 39 and 41. RGB value is (36,57,65). Sum of RGB (Red+Green+Blue) = 36+57+65=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #243941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243941 is #DBC6BE. Grayscale: #333333. Windows color (decimal): -14403263 or 4274468. OLE color: 4274468.
HSL color Cylindrical-coordinate representation of color #243941: hue angle of 196.55º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #243941 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 57 | 65 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.75 |
| HSL | 196.55º | 0.29% | 0.2% | - |
| HSV(B) | 196.55º | 0.45% | 0.25% | - |
| XYZ | 3.14 | 3.68 | 5.55 | - |
| YUV | 51.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 65 | 0.45 | 0.12 | 0 | 0.75 | 196.55 | 0.29 | 0.2 |
| Hex | 24 | 39 | 41 | 2D | C | 0 | 4B | C5 | 1D | 14 |
| Octal | 44 | 71 | 101 | 55 | 14 | 0 | 113 | 305 | 35 | 24 |
| Binary | 100100 | 111001 | 1000001 | 101101 | 1100 | 0 | 1001011 | 11000101 | 11101 | 10100 |
Color Harmonies of #243941
Complementary color
Monochromatic Colors of #243941
Black with #243941
Text Example
Text Example
White with #243941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243941; }
p { color: rgb(36,57,65); }
H1.HeaderClassName
{
color: #243941;
}
.AnyTagClassName
{
color: #243941;
}
</style>
background-color css
<style>
a { background-color: #243941; }
a { background-color: rgb(36,57,65); }
div.DivClassName
{
background-color: #243941;
}
.BgClassName
{
background-color: #243941;
}
</style>
border-color css
<style>
span { border-color: #243941; }
span { border-color: rgb(36,57,65); }
td.TdClassName
{
border-color: #243941;
}
.TagClassName
{
border-color: #243941;
}
</style>