Shades of Elephant #2C3941
Tints of Elephant #2C3941
RGB
CMYK
RGB Variations
Color information
#2C3941 (or 0x2C3941) is known color: Elephant. HEX triplet: 2C, 39 and 41. RGB value is (44,57,65). Sum of RGB (Red+Green+Blue) = 44+57+65=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #2C3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3941 is #D3C6BE. Grayscale: #353535. Windows color (decimal): -13878975 or 4274476. OLE color: 4274476.
HSL color Cylindrical-coordinate representation of color #2C3941: hue angle of 202.86º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2C3941 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 57 | 65 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.75 |
| HSL | 202.86º | 0.19% | 0.21% | - |
| HSV(B) | 202.86º | 0.32% | 0.25% | - |
| XYZ | 3.46 | 3.84 | 5.56 | - |
| YUV | 54.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 65 | 0.32 | 0.12 | 0 | 0.75 | 202.86 | 0.19 | 0.21 |
| Hex | 2C | 39 | 41 | 20 | C | 0 | 4B | CB | 13 | 15 |
| Octal | 54 | 71 | 101 | 40 | 14 | 0 | 113 | 313 | 23 | 25 |
| Binary | 101100 | 111001 | 1000001 | 100000 | 1100 | 0 | 1001011 | 11001011 | 10011 | 10101 |
Color Harmonies of #2C3941
Complementary color
Monochromatic Colors of #2C3941
Black with #2C3941
Text Example
Text Example
White with #2C3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3941; }
p { color: rgb(44,57,65); }
H1.HeaderClassName
{
color: #2C3941;
}
.AnyTagClassName
{
color: #2C3941;
}
</style>
background-color css
<style>
a { background-color: #2C3941; }
a { background-color: rgb(44,57,65); }
div.DivClassName
{
background-color: #2C3941;
}
.BgClassName
{
background-color: #2C3941;
}
</style>
border-color css
<style>
span { border-color: #2C3941; }
span { border-color: rgb(44,57,65); }
td.TdClassName
{
border-color: #2C3941;
}
.TagClassName
{
border-color: #2C3941;
}
</style>