Shades of Black Forest #2E411F
Tints of Black Forest #2E411F
RGB
CMYK
RGB Variations
Color information
#2E411F (or 0x2E411F) is known color: Black Forest. HEX triplet: 2E, 41 and 1F. RGB value is (46,65,31). Sum of RGB (Red+Green+Blue) = 46+65+31=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #2E411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E411F is #D1BEE0. Grayscale: #373737. Windows color (decimal): -13745889 or 2048302. OLE color: 2048302.
HSL color Cylindrical-coordinate representation of color #2E411F: hue angle of 93.53º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E411F is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 65 | 31 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.75 |
| HSL | 93.53º | 0.35% | 0.19% | - |
| HSV(B) | 93.53º | 0.52% | 0.25% | - |
| XYZ | 3.26 | 4.46 | 1.99 | - |
| YUV | 55.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 31 | 0.29 | 0 | 0.52 | 0.75 | 93.53 | 0.35 | 0.19 |
| Hex | 2E | 41 | 1F | 1D | 0 | 34 | 4B | 5E | 23 | 13 |
| Octal | 56 | 101 | 37 | 35 | 0 | 64 | 113 | 136 | 43 | 23 |
| Binary | 101110 | 1000001 | 11111 | 11101 | 0 | 110100 | 1001011 | 1011110 | 100011 | 10011 |
Color Harmonies of #2E411F
Complementary color
Monochromatic Colors of #2E411F
Black with #2E411F
Text Example
Text Example
White with #2E411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E411F; }
p { color: rgb(46,65,31); }
H1.HeaderClassName
{
color: #2E411F;
}
.AnyTagClassName
{
color: #2E411F;
}
</style>
background-color css
<style>
a { background-color: #2E411F; }
a { background-color: rgb(46,65,31); }
div.DivClassName
{
background-color: #2E411F;
}
.BgClassName
{
background-color: #2E411F;
}
</style>
border-color css
<style>
span { border-color: #2E411F; }
span { border-color: rgb(46,65,31); }
td.TdClassName
{
border-color: #2E411F;
}
.TagClassName
{
border-color: #2E411F;
}
</style>