Shades of Elephant #263840
Tints of Elephant #263840
RGB
CMYK
RGB Variations
Color information
#263840 (or 0x263840) is known color: Elephant. HEX triplet: 26, 38 and 40. RGB value is (38,56,64). Sum of RGB (Red+Green+Blue) = 38+56+64=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #263840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263840 is #D9C7BF. Grayscale: #333333. Windows color (decimal): -14272448 or 4208678. OLE color: 4208678.
HSL color Cylindrical-coordinate representation of color #263840: hue angle of 198.46º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #263840 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 56 | 64 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.75 |
| HSL | 198.46º | 0.25% | 0.2% | - |
| HSV(B) | 198.46º | 0.41% | 0.25% | - |
| XYZ | 3.14 | 3.61 | 5.38 | - |
| YUV | 51.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 64 | 0.41 | 0.13 | 0 | 0.75 | 198.46 | 0.25 | 0.2 |
| Hex | 26 | 38 | 40 | 29 | D | 0 | 4B | C6 | 19 | 14 |
| Octal | 46 | 70 | 100 | 51 | 15 | 0 | 113 | 306 | 31 | 24 |
| Binary | 100110 | 111000 | 1000000 | 101001 | 1101 | 0 | 1001011 | 11000110 | 11001 | 10100 |
Color Harmonies of #263840
Complementary color
Monochromatic Colors of #263840
Black with #263840
Text Example
Text Example
White with #263840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263840; }
p { color: rgb(38,56,64); }
H1.HeaderClassName
{
color: #263840;
}
.AnyTagClassName
{
color: #263840;
}
</style>
background-color css
<style>
a { background-color: #263840; }
a { background-color: rgb(38,56,64); }
div.DivClassName
{
background-color: #263840;
}
.BgClassName
{
background-color: #263840;
}
</style>
border-color css
<style>
span { border-color: #263840; }
span { border-color: rgb(38,56,64); }
td.TdClassName
{
border-color: #263840;
}
.TagClassName
{
border-color: #263840;
}
</style>