Shades of Elephant #2B3942
Tints of Elephant #2B3942
RGB
CMYK
RGB Variations
Color information
#2B3942 (or 0x2B3942) is known color: Elephant. HEX triplet: 2B, 39 and 42. RGB value is (43,57,66). Sum of RGB (Red+Green+Blue) = 43+57+66=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 66 - color contains mainly: blue. Hex color #2B3942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3942 is #D4C6BD. Grayscale: #353535. Windows color (decimal): -13944510 or 4340011. OLE color: 4340011.
HSL color Cylindrical-coordinate representation of color #2B3942: hue angle of 203.48º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B3942 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 57 | 66 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.74 |
| HSL | 203.48º | 0.21% | 0.21% | - |
| HSV(B) | 203.48º | 0.35% | 0.26% | - |
| XYZ | 3.44 | 3.83 | 5.71 | - |
| YUV | 53.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 66 | 0.35 | 0.14 | 0 | 0.74 | 203.48 | 0.21 | 0.21 |
| Hex | 2B | 39 | 42 | 23 | E | 0 | 4A | CB | 15 | 15 |
| Octal | 53 | 71 | 102 | 43 | 16 | 0 | 112 | 313 | 25 | 25 |
| Binary | 101011 | 111001 | 1000010 | 100011 | 1110 | 0 | 1001010 | 11001011 | 10101 | 10101 |
Color Harmonies of #2B3942
Complementary color
Monochromatic Colors of #2B3942
Black with #2B3942
Text Example
Text Example
White with #2B3942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3942; }
p { color: rgb(43,57,66); }
H1.HeaderClassName
{
color: #2B3942;
}
.AnyTagClassName
{
color: #2B3942;
}
</style>
background-color css
<style>
a { background-color: #2B3942; }
a { background-color: rgb(43,57,66); }
div.DivClassName
{
background-color: #2B3942;
}
.BgClassName
{
background-color: #2B3942;
}
</style>
border-color css
<style>
span { border-color: #2B3942; }
span { border-color: rgb(43,57,66); }
td.TdClassName
{
border-color: #2B3942;
}
.TagClassName
{
border-color: #2B3942;
}
</style>