Shades of Elephant #25363E
Tints of Elephant #25363E
RGB
CMYK
RGB Variations
Color information
#25363E (or 0x25363E) is known color: Elephant. HEX triplet: 25, 36 and 3E. RGB value is (37,54,62). Sum of RGB (Red+Green+Blue) = 37+54+62=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 62 - color contains mainly: blue. Hex color #25363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25363E is #DAC9C1. Grayscale: #313131. Windows color (decimal): -14338498 or 4077093. OLE color: 4077093.
HSL color Cylindrical-coordinate representation of color #25363E: hue angle of 199.2º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #25363E is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 54 | 62 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.76 |
| HSL | 199.2º | 0.25% | 0.19% | - |
| HSV(B) | 199.2º | 0.4% | 0.24% | - |
| XYZ | 2.95 | 3.38 | 5.05 | - |
| YUV | 49.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 62 | 0.40 | 0.13 | 0 | 0.76 | 199.2 | 0.25 | 0.19 |
| Hex | 25 | 36 | 3E | 28 | D | 0 | 4C | C7 | 19 | 13 |
| Octal | 45 | 66 | 76 | 50 | 15 | 0 | 114 | 307 | 31 | 23 |
| Binary | 100101 | 110110 | 111110 | 101000 | 1101 | 0 | 1001100 | 11000111 | 11001 | 10011 |
Color Harmonies of #25363E
Complementary color
Monochromatic Colors of #25363E
Black with #25363E
Text Example
Text Example
White with #25363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25363E; }
p { color: rgb(37,54,62); }
H1.HeaderClassName
{
color: #25363E;
}
.AnyTagClassName
{
color: #25363E;
}
</style>
background-color css
<style>
a { background-color: #25363E; }
a { background-color: rgb(37,54,62); }
div.DivClassName
{
background-color: #25363E;
}
.BgClassName
{
background-color: #25363E;
}
</style>
border-color css
<style>
span { border-color: #25363E; }
span { border-color: rgb(37,54,62); }
td.TdClassName
{
border-color: #25363E;
}
.TagClassName
{
border-color: #25363E;
}
</style>