Shades of Elephant #2C3940
Tints of Elephant #2C3940
RGB
CMYK
RGB Variations
Color information
#2C3940 (or 0x2C3940) is known color: Elephant. HEX triplet: 2C, 39 and 40. RGB value is (44,57,64). Sum of RGB (Red+Green+Blue) = 44+57+64=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C3940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3940 is #D3C6BF. Grayscale: #353535. Windows color (decimal): -13878976 or 4208940. OLE color: 4208940.
HSL color Cylindrical-coordinate representation of color #2C3940: hue angle of 201º 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 #2C3940 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 57 | 64 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.75 |
| HSL | 201º | 0.19% | 0.21% | - |
| HSV(B) | 201º | 0.31% | 0.25% | - |
| XYZ | 3.43 | 3.83 | 5.41 | - |
| YUV | 53.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 64 | 0.31 | 0.11 | 0 | 0.75 | 201 | 0.19 | 0.21 |
| Hex | 2C | 39 | 40 | 1F | B | 0 | 4B | C9 | 13 | 15 |
| Octal | 54 | 71 | 100 | 37 | 13 | 0 | 113 | 311 | 23 | 25 |
| Binary | 101100 | 111001 | 1000000 | 11111 | 1011 | 0 | 1001011 | 11001001 | 10011 | 10101 |
Color Harmonies of #2C3940
Complementary color
Monochromatic Colors of #2C3940
Black with #2C3940
Text Example
Text Example
White with #2C3940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3940; }
p { color: rgb(44,57,64); }
H1.HeaderClassName
{
color: #2C3940;
}
.AnyTagClassName
{
color: #2C3940;
}
</style>
background-color css
<style>
a { background-color: #2C3940; }
a { background-color: rgb(44,57,64); }
div.DivClassName
{
background-color: #2C3940;
}
.BgClassName
{
background-color: #2C3940;
}
</style>
border-color css
<style>
span { border-color: #2C3940; }
span { border-color: rgb(44,57,64); }
td.TdClassName
{
border-color: #2C3940;
}
.TagClassName
{
border-color: #2C3940;
}
</style>