Shades of Elephant #24363F
Tints of Elephant #24363F
RGB
CMYK
RGB Variations
Color information
#24363F (or 0x24363F) is known color: Elephant. HEX triplet: 24, 36 and 3F. RGB value is (36,54,63). Sum of RGB (Red+Green+Blue) = 36+54+63=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #24363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24363F is #DBC9C0. Grayscale: #313131. Windows color (decimal): -14404033 or 4142628. OLE color: 4142628.
HSL color Cylindrical-coordinate representation of color #24363F: hue angle of 200º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #24363F is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 54 | 63 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.75 |
| HSL | 200º | 0.27% | 0.19% | - |
| HSV(B) | 200º | 0.43% | 0.25% | - |
| XYZ | 2.94 | 3.37 | 5.2 | - |
| YUV | 49.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 63 | 0.43 | 0.14 | 0 | 0.75 | 200 | 0.27 | 0.19 |
| Hex | 24 | 36 | 3F | 2B | E | 0 | 4B | C8 | 1B | 13 |
| Octal | 44 | 66 | 77 | 53 | 16 | 0 | 113 | 310 | 33 | 23 |
| Binary | 100100 | 110110 | 111111 | 101011 | 1110 | 0 | 1001011 | 11001000 | 11011 | 10011 |
Color Harmonies of #24363F
Complementary color
Monochromatic Colors of #24363F
Black with #24363F
Text Example
Text Example
White with #24363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24363F; }
p { color: rgb(36,54,63); }
H1.HeaderClassName
{
color: #24363F;
}
.AnyTagClassName
{
color: #24363F;
}
</style>
background-color css
<style>
a { background-color: #24363F; }
a { background-color: rgb(36,54,63); }
div.DivClassName
{
background-color: #24363F;
}
.BgClassName
{
background-color: #24363F;
}
</style>
border-color css
<style>
span { border-color: #24363F; }
span { border-color: rgb(36,54,63); }
td.TdClassName
{
border-color: #24363F;
}
.TagClassName
{
border-color: #24363F;
}
</style>