Shades of Elephant #25333C
Tints of Elephant #25333C
RGB
CMYK
RGB Variations
Color information
#25333C (or 0x25333C) is known color: Elephant. HEX triplet: 25, 33 and 3C. RGB value is (37,51,60). Sum of RGB (Red+Green+Blue) = 37+51+60=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #25333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25333C is #DACCC3. Grayscale: #2F2F2F. Windows color (decimal): -14339268 or 3945253. OLE color: 3945253.
HSL color Cylindrical-coordinate representation of color #25333C: hue angle of 203.48º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #25333C is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 51 | 60 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.76 |
| HSL | 203.48º | 0.24% | 0.19% | - |
| HSV(B) | 203.48º | 0.38% | 0.24% | - |
| XYZ | 2.76 | 3.09 | 4.73 | - |
| YUV | 47.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 60 | 0.38 | 0.15 | 0 | 0.76 | 203.48 | 0.24 | 0.19 |
| Hex | 25 | 33 | 3C | 26 | F | 0 | 4C | CB | 18 | 13 |
| Octal | 45 | 63 | 74 | 46 | 17 | 0 | 114 | 313 | 30 | 23 |
| Binary | 100101 | 110011 | 111100 | 100110 | 1111 | 0 | 1001100 | 11001011 | 11000 | 10011 |
Color Harmonies of #25333C
Complementary color
Monochromatic Colors of #25333C
Black with #25333C
Text Example
Text Example
White with #25333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25333C; }
p { color: rgb(37,51,60); }
H1.HeaderClassName
{
color: #25333C;
}
.AnyTagClassName
{
color: #25333C;
}
</style>
background-color css
<style>
a { background-color: #25333C; }
a { background-color: rgb(37,51,60); }
div.DivClassName
{
background-color: #25333C;
}
.BgClassName
{
background-color: #25333C;
}
</style>
border-color css
<style>
span { border-color: #25333C; }
span { border-color: rgb(37,51,60); }
td.TdClassName
{
border-color: #25333C;
}
.TagClassName
{
border-color: #25333C;
}
</style>