Shades of Elephant #263941
Tints of Elephant #263941
RGB
CMYK
RGB Variations
Color information
#263941 (or 0x263941) is known color: Elephant. HEX triplet: 26, 39 and 41. RGB value is (38,57,65). Sum of RGB (Red+Green+Blue) = 38+57+65=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #263941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263941 is #D9C6BE. Grayscale: #343434. Windows color (decimal): -14272191 or 4274470. OLE color: 4274470.
HSL color Cylindrical-coordinate representation of color #263941: hue angle of 197.78º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263941 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 57 | 65 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.75 |
| HSL | 197.78º | 0.26% | 0.2% | - |
| HSV(B) | 197.78º | 0.42% | 0.25% | - |
| XYZ | 3.22 | 3.72 | 5.55 | - |
| YUV | 52.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 65 | 0.42 | 0.12 | 0 | 0.75 | 197.78 | 0.26 | 0.2 |
| Hex | 26 | 39 | 41 | 2A | C | 0 | 4B | C6 | 1A | 14 |
| Octal | 46 | 71 | 101 | 52 | 14 | 0 | 113 | 306 | 32 | 24 |
| Binary | 100110 | 111001 | 1000001 | 101010 | 1100 | 0 | 1001011 | 11000110 | 11010 | 10100 |
Color Harmonies of #263941
Complementary color
Monochromatic Colors of #263941
Black with #263941
Text Example
Text Example
White with #263941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263941; }
p { color: rgb(38,57,65); }
H1.HeaderClassName
{
color: #263941;
}
.AnyTagClassName
{
color: #263941;
}
</style>
background-color css
<style>
a { background-color: #263941; }
a { background-color: rgb(38,57,65); }
div.DivClassName
{
background-color: #263941;
}
.BgClassName
{
background-color: #263941;
}
</style>
border-color css
<style>
span { border-color: #263941; }
span { border-color: rgb(38,57,65); }
td.TdClassName
{
border-color: #263941;
}
.TagClassName
{
border-color: #263941;
}
</style>