Shades of Brown Pod #2E180B
Tints of Brown Pod #2E180B
RGB
CMYK
RGB Variations
Color information
#2E180B (or 0x2E180B) is known color: Brown Pod. HEX triplet: 2E, 18 and 0B. RGB value is (46,24,11). Sum of RGB (Red+Green+Blue) = 46+24+11=81 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.79% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 46 - color contains mainly: red. Hex color #2E180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E180B is #D1E7F4. Grayscale: #1D1D1D. Windows color (decimal): -13756405 or 727086. OLE color: 727086.
HSL color Cylindrical-coordinate representation of color #2E180B: hue angle of 22.29º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E180B is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 24 | 11 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.82 |
| HSL | 22.29º | 0.61% | 0.11% | - |
| HSV(B) | 22.29º | 0.76% | 0.18% | - |
| XYZ | 1.51 | 1.26 | 0.48 | - |
| YUV | 29.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 11 | 0 | 0.48 | 0.76 | 0.82 | 22.29 | 0.61 | 0.11 |
| Hex | 2E | 18 | B | 0 | 30 | 4C | 52 | 16 | 3D | B |
| Octal | 56 | 30 | 13 | 0 | 60 | 114 | 122 | 26 | 75 | 13 |
| Binary | 101110 | 11000 | 1011 | 0 | 110000 | 1001100 | 1010010 | 10110 | 111101 | 1011 |
Color Harmonies of #2E180B
Complementary color
Monochromatic Colors of #2E180B
Black with #2E180B
Text Example
Text Example
White with #2E180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E180B; }
p { color: rgb(46,24,11); }
H1.HeaderClassName
{
color: #2E180B;
}
.AnyTagClassName
{
color: #2E180B;
}
</style>
background-color css
<style>
a { background-color: #2E180B; }
a { background-color: rgb(46,24,11); }
div.DivClassName
{
background-color: #2E180B;
}
.BgClassName
{
background-color: #2E180B;
}
</style>
border-color css
<style>
span { border-color: #2E180B; }
span { border-color: rgb(46,24,11); }
td.TdClassName
{
border-color: #2E180B;
}
.TagClassName
{
border-color: #2E180B;
}
</style>