Shades of Elephant #2B3941
Tints of Elephant #2B3941
RGB
CMYK
RGB Variations
Color information
#2B3941 (or 0x2B3941) is known color: Elephant. HEX triplet: 2B, 39 and 41. RGB value is (43,57,65). Sum of RGB (Red+Green+Blue) = 43+57+65=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 57 (22.66% from 255 or 34.55% 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 #2B3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3941 is #D4C6BE. Grayscale: #353535. Windows color (decimal): -13944511 or 4274475. OLE color: 4274475.
HSL color Cylindrical-coordinate representation of color #2B3941: hue angle of 201.82º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B3941 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 57 | 65 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.75 |
| HSL | 201.82º | 0.2% | 0.21% | - |
| HSV(B) | 201.82º | 0.34% | 0.25% | - |
| XYZ | 3.41 | 3.82 | 5.56 | - |
| YUV | 53.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 65 | 0.34 | 0.12 | 0 | 0.75 | 201.82 | 0.2 | 0.21 |
| Hex | 2B | 39 | 41 | 22 | C | 0 | 4B | CA | 14 | 15 |
| Octal | 53 | 71 | 101 | 42 | 14 | 0 | 113 | 312 | 24 | 25 |
| Binary | 101011 | 111001 | 1000001 | 100010 | 1100 | 0 | 1001011 | 11001010 | 10100 | 10101 |
Color Harmonies of #2B3941
Complementary color
Monochromatic Colors of #2B3941
Black with #2B3941
Text Example
Text Example
White with #2B3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3941; }
p { color: rgb(43,57,65); }
H1.HeaderClassName
{
color: #2B3941;
}
.AnyTagClassName
{
color: #2B3941;
}
</style>
background-color css
<style>
a { background-color: #2B3941; }
a { background-color: rgb(43,57,65); }
div.DivClassName
{
background-color: #2B3941;
}
.BgClassName
{
background-color: #2B3941;
}
</style>
border-color css
<style>
span { border-color: #2B3941; }
span { border-color: rgb(43,57,65); }
td.TdClassName
{
border-color: #2B3941;
}
.TagClassName
{
border-color: #2B3941;
}
</style>