Shades of Elephant #27343B
Tints of Elephant #27343B
RGB
CMYK
RGB Variations
Color information
#27343B (or 0x27343B) is known color: Elephant. HEX triplet: 27, 34 and 3B. RGB value is (39,52,59). Sum of RGB (Red+Green+Blue) = 39+52+59=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 59 - color contains mainly: blue. Hex color #27343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27343B is #D8CBC4. Grayscale: #303030. Windows color (decimal): -14207941 or 3879975. OLE color: 3879975.
HSL color Cylindrical-coordinate representation of color #27343B: hue angle of 201º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #27343B is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 52 | 59 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.77 |
| HSL | 201º | 0.2% | 0.19% | - |
| HSV(B) | 201º | 0.34% | 0.23% | - |
| XYZ | 2.85 | 3.2 | 4.61 | - |
| YUV | 48.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 52 | 59 | 0.34 | 0.12 | 0 | 0.77 | 201 | 0.2 | 0.19 |
| Hex | 27 | 34 | 3B | 22 | C | 0 | 4D | C9 | 14 | 13 |
| Octal | 47 | 64 | 73 | 42 | 14 | 0 | 115 | 311 | 24 | 23 |
| Binary | 100111 | 110100 | 111011 | 100010 | 1100 | 0 | 1001101 | 11001001 | 10100 | 10011 |
Color Harmonies of #27343B
Complementary color
Monochromatic Colors of #27343B
Black with #27343B
Text Example
Text Example
White with #27343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27343B; }
p { color: rgb(39,52,59); }
H1.HeaderClassName
{
color: #27343B;
}
.AnyTagClassName
{
color: #27343B;
}
</style>
background-color css
<style>
a { background-color: #27343B; }
a { background-color: rgb(39,52,59); }
div.DivClassName
{
background-color: #27343B;
}
.BgClassName
{
background-color: #27343B;
}
</style>
border-color css
<style>
span { border-color: #27343B; }
span { border-color: rgb(39,52,59); }
td.TdClassName
{
border-color: #27343B;
}
.TagClassName
{
border-color: #27343B;
}
</style>