Shades of Elephant #25333D
Tints of Elephant #25333D
RGB
CMYK
RGB Variations
Color information
#25333D (or 0x25333D) is known color: Elephant. HEX triplet: 25, 33 and 3D. RGB value is (37,51,61). Sum of RGB (Red+Green+Blue) = 37+51+61=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 61 - color contains mainly: blue. Hex color #25333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25333D is #DACCC2. Grayscale: #2F2F2F. Windows color (decimal): -14339267 or 4010789. OLE color: 4010789.
HSL color Cylindrical-coordinate representation of color #25333D: hue angle of 205º 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 #25333D is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 51 | 61 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.76 |
| HSL | 205º | 0.24% | 0.19% | - |
| HSV(B) | 205º | 0.39% | 0.24% | - |
| XYZ | 2.79 | 3.1 | 4.87 | - |
| YUV | 47.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 61 | 0.39 | 0.16 | 0 | 0.76 | 205 | 0.24 | 0.19 |
| Hex | 25 | 33 | 3D | 27 | 10 | 0 | 4C | CD | 18 | 13 |
| Octal | 45 | 63 | 75 | 47 | 20 | 0 | 114 | 315 | 30 | 23 |
| Binary | 100101 | 110011 | 111101 | 100111 | 10000 | 0 | 1001100 | 11001101 | 11000 | 10011 |
Color Harmonies of #25333D
Complementary color
Monochromatic Colors of #25333D
Black with #25333D
Text Example
Text Example
White with #25333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25333D; }
p { color: rgb(37,51,61); }
H1.HeaderClassName
{
color: #25333D;
}
.AnyTagClassName
{
color: #25333D;
}
</style>
background-color css
<style>
a { background-color: #25333D; }
a { background-color: rgb(37,51,61); }
div.DivClassName
{
background-color: #25333D;
}
.BgClassName
{
background-color: #25333D;
}
</style>
border-color css
<style>
span { border-color: #25333D; }
span { border-color: rgb(37,51,61); }
td.TdClassName
{
border-color: #25333D;
}
.TagClassName
{
border-color: #25333D;
}
</style>