Shades of Elephant #27353E
Tints of Elephant #27353E
RGB
CMYK
RGB Variations
Color information
#27353E (or 0x27353E) is known color: Elephant. HEX triplet: 27, 35 and 3E. RGB value is (39,53,62). Sum of RGB (Red+Green+Blue) = 39+53+62=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 53 (21.09% from 255 or 34.42% 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 #27353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27353E is #D8CAC1. Grayscale: #313131. Windows color (decimal): -14207682 or 4076839. OLE color: 4076839.
HSL color Cylindrical-coordinate representation of color #27353E: hue angle of 203.48º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #27353E is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 53 | 62 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.76 |
| HSL | 203.48º | 0.23% | 0.2% | - |
| HSV(B) | 203.48º | 0.37% | 0.24% | - |
| XYZ | 2.98 | 3.33 | 5.04 | - |
| YUV | 49.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 62 | 0.37 | 0.15 | 0 | 0.76 | 203.48 | 0.23 | 0.2 |
| Hex | 27 | 35 | 3E | 25 | F | 0 | 4C | CB | 17 | 14 |
| Octal | 47 | 65 | 76 | 45 | 17 | 0 | 114 | 313 | 27 | 24 |
| Binary | 100111 | 110101 | 111110 | 100101 | 1111 | 0 | 1001100 | 11001011 | 10111 | 10100 |
Color Harmonies of #27353E
Complementary color
Monochromatic Colors of #27353E
Black with #27353E
Text Example
Text Example
White with #27353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27353E; }
p { color: rgb(39,53,62); }
H1.HeaderClassName
{
color: #27353E;
}
.AnyTagClassName
{
color: #27353E;
}
</style>
background-color css
<style>
a { background-color: #27353E; }
a { background-color: rgb(39,53,62); }
div.DivClassName
{
background-color: #27353E;
}
.BgClassName
{
background-color: #27353E;
}
</style>
border-color css
<style>
span { border-color: #27353E; }
span { border-color: rgb(39,53,62); }
td.TdClassName
{
border-color: #27353E;
}
.TagClassName
{
border-color: #27353E;
}
</style>