Shades of Elephant #2C3740
Tints of Elephant #2C3740
RGB
CMYK
RGB Variations
Color information
#2C3740 (or 0x2C3740) is known color: Elephant. HEX triplet: 2C, 37 and 40. RGB value is (44,55,64). Sum of RGB (Red+Green+Blue) = 44+55+64=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C3740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3740 is #D3C8BF. Grayscale: #343434. Windows color (decimal): -13879488 or 4208428. OLE color: 4208428.
HSL color Cylindrical-coordinate representation of color #2C3740: hue angle of 207º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2C3740 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 55 | 64 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.75 |
| HSL | 207º | 0.19% | 0.21% | - |
| HSV(B) | 207º | 0.31% | 0.25% | - |
| XYZ | 3.33 | 3.64 | 5.38 | - |
| YUV | 52.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 64 | 0.31 | 0.14 | 0 | 0.75 | 207 | 0.19 | 0.21 |
| Hex | 2C | 37 | 40 | 1F | E | 0 | 4B | CF | 13 | 15 |
| Octal | 54 | 67 | 100 | 37 | 16 | 0 | 113 | 317 | 23 | 25 |
| Binary | 101100 | 110111 | 1000000 | 11111 | 1110 | 0 | 1001011 | 11001111 | 10011 | 10101 |
Color Harmonies of #2C3740
Complementary color
Monochromatic Colors of #2C3740
Black with #2C3740
Text Example
Text Example
White with #2C3740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3740; }
p { color: rgb(44,55,64); }
H1.HeaderClassName
{
color: #2C3740;
}
.AnyTagClassName
{
color: #2C3740;
}
</style>
background-color css
<style>
a { background-color: #2C3740; }
a { background-color: rgb(44,55,64); }
div.DivClassName
{
background-color: #2C3740;
}
.BgClassName
{
background-color: #2C3740;
}
</style>
border-color css
<style>
span { border-color: #2C3740; }
span { border-color: rgb(44,55,64); }
td.TdClassName
{
border-color: #2C3740;
}
.TagClassName
{
border-color: #2C3740;
}
</style>