Shades of Elephant #25353D
Tints of Elephant #25353D
RGB
CMYK
RGB Variations
Color information
#25353D (or 0x25353D) is known color: Elephant. HEX triplet: 25, 35 and 3D. RGB value is (37,53,61). Sum of RGB (Red+Green+Blue) = 37+53+61=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #25353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25353D is #DACAC2. Grayscale: #313131. Windows color (decimal): -14338755 or 4011301. OLE color: 4011301.
HSL color Cylindrical-coordinate representation of color #25353D: hue angle of 200º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #25353D is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 53 | 61 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.76 |
| HSL | 200º | 0.24% | 0.19% | - |
| HSV(B) | 200º | 0.39% | 0.24% | - |
| XYZ | 2.88 | 3.28 | 4.9 | - |
| YUV | 49.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 61 | 0.39 | 0.13 | 0 | 0.76 | 200 | 0.24 | 0.19 |
| Hex | 25 | 35 | 3D | 27 | D | 0 | 4C | C8 | 18 | 13 |
| Octal | 45 | 65 | 75 | 47 | 15 | 0 | 114 | 310 | 30 | 23 |
| Binary | 100101 | 110101 | 111101 | 100111 | 1101 | 0 | 1001100 | 11001000 | 11000 | 10011 |
Color Harmonies of #25353D
Complementary color
Monochromatic Colors of #25353D
Black with #25353D
Text Example
Text Example
White with #25353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25353D; }
p { color: rgb(37,53,61); }
H1.HeaderClassName
{
color: #25353D;
}
.AnyTagClassName
{
color: #25353D;
}
</style>
background-color css
<style>
a { background-color: #25353D; }
a { background-color: rgb(37,53,61); }
div.DivClassName
{
background-color: #25353D;
}
.BgClassName
{
background-color: #25353D;
}
</style>
border-color css
<style>
span { border-color: #25353D; }
span { border-color: rgb(37,53,61); }
td.TdClassName
{
border-color: #25353D;
}
.TagClassName
{
border-color: #25353D;
}
</style>