Shades of Elephant #26363E
Tints of Elephant #26363E
RGB
CMYK
RGB Variations
Color information
#26363E (or 0x26363E) is known color: Elephant. HEX triplet: 26, 36 and 3E. RGB value is (38,54,62). Sum of RGB (Red+Green+Blue) = 38+54+62=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 62 - color contains mainly: blue. Hex color #26363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26363E is #D9C9C1. Grayscale: #323232. Windows color (decimal): -14272962 or 4077094. OLE color: 4077094.
HSL color Cylindrical-coordinate representation of color #26363E: hue angle of 200º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #26363E is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 54 | 62 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.76 |
| HSL | 200º | 0.24% | 0.2% | - |
| HSV(B) | 200º | 0.39% | 0.24% | - |
| XYZ | 2.99 | 3.4 | 5.06 | - |
| YUV | 50.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 62 | 0.39 | 0.13 | 0 | 0.76 | 200 | 0.24 | 0.2 |
| Hex | 26 | 36 | 3E | 27 | D | 0 | 4C | C8 | 18 | 14 |
| Octal | 46 | 66 | 76 | 47 | 15 | 0 | 114 | 310 | 30 | 24 |
| Binary | 100110 | 110110 | 111110 | 100111 | 1101 | 0 | 1001100 | 11001000 | 11000 | 10100 |
Color Harmonies of #26363E
Complementary color
Monochromatic Colors of #26363E
Black with #26363E
Text Example
Text Example
White with #26363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26363E; }
p { color: rgb(38,54,62); }
H1.HeaderClassName
{
color: #26363E;
}
.AnyTagClassName
{
color: #26363E;
}
</style>
background-color css
<style>
a { background-color: #26363E; }
a { background-color: rgb(38,54,62); }
div.DivClassName
{
background-color: #26363E;
}
.BgClassName
{
background-color: #26363E;
}
</style>
border-color css
<style>
span { border-color: #26363E; }
span { border-color: rgb(38,54,62); }
td.TdClassName
{
border-color: #26363E;
}
.TagClassName
{
border-color: #26363E;
}
</style>