Shades of Elephant #2A3A41
Tints of Elephant #2A3A41
RGB
CMYK
RGB Variations
Color information
#2A3A41 (or 0x2A3A41) is known color: Elephant. HEX triplet: 2A, 3A and 41. RGB value is (42,58,65). Sum of RGB (Red+Green+Blue) = 42+58+65=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A3A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3A41 is #D5C5BE. Grayscale: #353535. Windows color (decimal): -14009791 or 4274730. OLE color: 4274730.
HSL color Cylindrical-coordinate representation of color #2A3A41: hue angle of 198.26º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A3A41 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 58 | 65 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.75 |
| HSL | 198.26º | 0.21% | 0.21% | - |
| HSV(B) | 198.26º | 0.35% | 0.25% | - |
| XYZ | 3.42 | 3.9 | 5.57 | - |
| YUV | 54.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 58 | 65 | 0.35 | 0.11 | 0 | 0.75 | 198.26 | 0.21 | 0.21 |
| Hex | 2A | 3A | 41 | 23 | B | 0 | 4B | C6 | 15 | 15 |
| Octal | 52 | 72 | 101 | 43 | 13 | 0 | 113 | 306 | 25 | 25 |
| Binary | 101010 | 111010 | 1000001 | 100011 | 1011 | 0 | 1001011 | 11000110 | 10101 | 10101 |
Color Harmonies of #2A3A41
Complementary color
Monochromatic Colors of #2A3A41
Black with #2A3A41
Text Example
Text Example
White with #2A3A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3A41; }
p { color: rgb(42,58,65); }
H1.HeaderClassName
{
color: #2A3A41;
}
.AnyTagClassName
{
color: #2A3A41;
}
</style>
background-color css
<style>
a { background-color: #2A3A41; }
a { background-color: rgb(42,58,65); }
div.DivClassName
{
background-color: #2A3A41;
}
.BgClassName
{
background-color: #2A3A41;
}
</style>
border-color css
<style>
span { border-color: #2A3A41; }
span { border-color: rgb(42,58,65); }
td.TdClassName
{
border-color: #2A3A41;
}
.TagClassName
{
border-color: #2A3A41;
}
</style>