Shades of Elephant #26363F
Tints of Elephant #26363F
RGB
CMYK
RGB Variations
Color information
#26363F (or 0x26363F) is known color: Elephant. HEX triplet: 26, 36 and 3F. RGB value is (38,54,63). Sum of RGB (Red+Green+Blue) = 38+54+63=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 63 - color contains mainly: blue. Hex color #26363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26363F is #D9C9C0. Grayscale: #323232. Windows color (decimal): -14272961 or 4142630. OLE color: 4142630.
HSL color Cylindrical-coordinate representation of color #26363F: hue angle of 201.6º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #26363F is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 54 | 63 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.75 |
| HSL | 201.6º | 0.25% | 0.2% | - |
| HSV(B) | 201.6º | 0.4% | 0.25% | - |
| XYZ | 3.02 | 3.41 | 5.2 | - |
| YUV | 50.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 63 | 0.40 | 0.14 | 0 | 0.75 | 201.6 | 0.25 | 0.2 |
| Hex | 26 | 36 | 3F | 28 | E | 0 | 4B | CA | 19 | 14 |
| Octal | 46 | 66 | 77 | 50 | 16 | 0 | 113 | 312 | 31 | 24 |
| Binary | 100110 | 110110 | 111111 | 101000 | 1110 | 0 | 1001011 | 11001010 | 11001 | 10100 |
Color Harmonies of #26363F
Complementary color
Monochromatic Colors of #26363F
Black with #26363F
Text Example
Text Example
White with #26363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26363F; }
p { color: rgb(38,54,63); }
H1.HeaderClassName
{
color: #26363F;
}
.AnyTagClassName
{
color: #26363F;
}
</style>
background-color css
<style>
a { background-color: #26363F; }
a { background-color: rgb(38,54,63); }
div.DivClassName
{
background-color: #26363F;
}
.BgClassName
{
background-color: #26363F;
}
</style>
border-color css
<style>
span { border-color: #26363F; }
span { border-color: rgb(38,54,63); }
td.TdClassName
{
border-color: #26363F;
}
.TagClassName
{
border-color: #26363F;
}
</style>