Shades of Elephant #24353F
Tints of Elephant #24353F
RGB
CMYK
RGB Variations
Color information
#24353F (or 0x24353F) is known color: Elephant. HEX triplet: 24, 35 and 3F. RGB value is (36,53,63). Sum of RGB (Red+Green+Blue) = 36+53+63=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #24353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24353F is #DBCAC0. Grayscale: #313131. Windows color (decimal): -14404289 or 4142372. OLE color: 4142372.
HSL color Cylindrical-coordinate representation of color #24353F: hue angle of 202.22º 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 #24353F is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 53 | 63 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.75 |
| HSL | 202.22º | 0.27% | 0.19% | - |
| HSV(B) | 202.22º | 0.43% | 0.25% | - |
| XYZ | 2.9 | 3.28 | 5.18 | - |
| YUV | 49.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 63 | 0.43 | 0.16 | 0 | 0.75 | 202.22 | 0.27 | 0.19 |
| Hex | 24 | 35 | 3F | 2B | 10 | 0 | 4B | CA | 1B | 13 |
| Octal | 44 | 65 | 77 | 53 | 20 | 0 | 113 | 312 | 33 | 23 |
| Binary | 100100 | 110101 | 111111 | 101011 | 10000 | 0 | 1001011 | 11001010 | 11011 | 10011 |
Color Harmonies of #24353F
Complementary color
Monochromatic Colors of #24353F
Black with #24353F
Text Example
Text Example
White with #24353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24353F; }
p { color: rgb(36,53,63); }
H1.HeaderClassName
{
color: #24353F;
}
.AnyTagClassName
{
color: #24353F;
}
</style>
background-color css
<style>
a { background-color: #24353F; }
a { background-color: rgb(36,53,63); }
div.DivClassName
{
background-color: #24353F;
}
.BgClassName
{
background-color: #24353F;
}
</style>
border-color css
<style>
span { border-color: #24353F; }
span { border-color: rgb(36,53,63); }
td.TdClassName
{
border-color: #24353F;
}
.TagClassName
{
border-color: #24353F;
}
</style>