Shades of Elephant #27353D
Tints of Elephant #27353D
RGB
CMYK
RGB Variations
Color information
#27353D (or 0x27353D) is known color: Elephant. HEX triplet: 27, 35 and 3D. RGB value is (39,53,61). Sum of RGB (Red+Green+Blue) = 39+53+61=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #27353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27353D is #D8CAC2. Grayscale: #313131. Windows color (decimal): -14207683 or 4011303. OLE color: 4011303.
HSL color Cylindrical-coordinate representation of color #27353D: hue angle of 201.82º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #27353D is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 53 | 61 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.76 |
| HSL | 201.82º | 0.22% | 0.2% | - |
| HSV(B) | 201.82º | 0.36% | 0.24% | - |
| XYZ | 2.95 | 3.31 | 4.9 | - |
| YUV | 49.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 53 | 61 | 0.36 | 0.13 | 0 | 0.76 | 201.82 | 0.22 | 0.2 |
| Hex | 27 | 35 | 3D | 24 | D | 0 | 4C | CA | 16 | 14 |
| Octal | 47 | 65 | 75 | 44 | 15 | 0 | 114 | 312 | 26 | 24 |
| Binary | 100111 | 110101 | 111101 | 100100 | 1101 | 0 | 1001100 | 11001010 | 10110 | 10100 |
Color Harmonies of #27353D
Complementary color
Monochromatic Colors of #27353D
Black with #27353D
Text Example
Text Example
White with #27353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27353D; }
p { color: rgb(39,53,61); }
H1.HeaderClassName
{
color: #27353D;
}
.AnyTagClassName
{
color: #27353D;
}
</style>
background-color css
<style>
a { background-color: #27353D; }
a { background-color: rgb(39,53,61); }
div.DivClassName
{
background-color: #27353D;
}
.BgClassName
{
background-color: #27353D;
}
</style>
border-color css
<style>
span { border-color: #27353D; }
span { border-color: rgb(39,53,61); }
td.TdClassName
{
border-color: #27353D;
}
.TagClassName
{
border-color: #27353D;
}
</style>