Shades of Elephant #2F383F
Tints of Elephant #2F383F
RGB
CMYK
RGB Variations
Color information
#2F383F (or 0x2F383F) is known color: Elephant. HEX triplet: 2F, 38 and 3F. RGB value is (47,56,63). Sum of RGB (Red+Green+Blue) = 47+56+63=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F383F is #D0C7C0. Grayscale: #363636. Windows color (decimal): -13682625 or 4143151. OLE color: 4143151.
HSL color Cylindrical-coordinate representation of color #2F383F: hue angle of 206.25º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2F383F is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 56 | 63 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.75 |
| HSL | 206.25º | 0.15% | 0.22% | - |
| HSV(B) | 206.25º | 0.25% | 0.25% | - |
| XYZ | 3.48 | 3.79 | 5.25 | - |
| YUV | 54.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 63 | 0.25 | 0.11 | 0 | 0.75 | 206.25 | 0.15 | 0.22 |
| Hex | 2F | 38 | 3F | 19 | B | 0 | 4B | CE | F | 16 |
| Octal | 57 | 70 | 77 | 31 | 13 | 0 | 113 | 316 | 17 | 26 |
| Binary | 101111 | 111000 | 111111 | 11001 | 1011 | 0 | 1001011 | 11001110 | 1111 | 10110 |
Color Harmonies of #2F383F
Complementary color
Monochromatic Colors of #2F383F
Black with #2F383F
Text Example
Text Example
White with #2F383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F383F; }
p { color: rgb(47,56,63); }
H1.HeaderClassName
{
color: #2F383F;
}
.AnyTagClassName
{
color: #2F383F;
}
</style>
background-color css
<style>
a { background-color: #2F383F; }
a { background-color: rgb(47,56,63); }
div.DivClassName
{
background-color: #2F383F;
}
.BgClassName
{
background-color: #2F383F;
}
</style>
border-color css
<style>
span { border-color: #2F383F; }
span { border-color: rgb(47,56,63); }
td.TdClassName
{
border-color: #2F383F;
}
.TagClassName
{
border-color: #2F383F;
}
</style>