Shades of Elephant #253843
Tints of Elephant #253843
RGB
CMYK
RGB Variations
Color information
#253843 (or 0x253843) is known color: Elephant. HEX triplet: 25, 38 and 43. RGB value is (37,56,67). Sum of RGB (Red+Green+Blue) = 37+56+67=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 67 - color contains mainly: blue. Hex color #253843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253843 is #DAC7BC. Grayscale: #333333. Windows color (decimal): -14337981 or 4405285. OLE color: 4405285.
HSL color Cylindrical-coordinate representation of color #253843: hue angle of 202º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #253843 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 56 | 67 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.74 |
| HSL | 202º | 0.29% | 0.2% | - |
| HSV(B) | 202º | 0.45% | 0.26% | - |
| XYZ | 3.19 | 3.63 | 5.84 | - |
| YUV | 51.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 67 | 0.45 | 0.16 | 0 | 0.74 | 202 | 0.29 | 0.2 |
| Hex | 25 | 38 | 43 | 2D | 10 | 0 | 4A | CA | 1D | 14 |
| Octal | 45 | 70 | 103 | 55 | 20 | 0 | 112 | 312 | 35 | 24 |
| Binary | 100101 | 111000 | 1000011 | 101101 | 10000 | 0 | 1001010 | 11001010 | 11101 | 10100 |
Color Harmonies of #253843
Complementary color
Monochromatic Colors of #253843
Black with #253843
Text Example
Text Example
White with #253843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253843; }
p { color: rgb(37,56,67); }
H1.HeaderClassName
{
color: #253843;
}
.AnyTagClassName
{
color: #253843;
}
</style>
background-color css
<style>
a { background-color: #253843; }
a { background-color: rgb(37,56,67); }
div.DivClassName
{
background-color: #253843;
}
.BgClassName
{
background-color: #253843;
}
</style>
border-color css
<style>
span { border-color: #253843; }
span { border-color: rgb(37,56,67); }
td.TdClassName
{
border-color: #253843;
}
.TagClassName
{
border-color: #253843;
}
</style>