Shades of Black Forest #2B411B
Tints of Black Forest #2B411B
RGB
CMYK
RGB Variations
Color information
#2B411B (or 0x2B411B) is known color: Black Forest. HEX triplet: 2B, 41 and 1B. RGB value is (43,65,27). Sum of RGB (Red+Green+Blue) = 43+65+27=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #2B411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B411B is #D4BEE4. Grayscale: #363636. Windows color (decimal): -13942501 or 1786155. OLE color: 1786155.
HSL color Cylindrical-coordinate representation of color #2B411B: hue angle of 94.74º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B411B is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 27 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.75 |
| HSL | 94.74º | 0.41% | 0.18% | - |
| HSV(B) | 94.74º | 0.58% | 0.25% | - |
| XYZ | 3.08 | 4.37 | 1.72 | - |
| YUV | 54.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 27 | 0.34 | 0 | 0.58 | 0.75 | 94.74 | 0.41 | 0.18 |
| Hex | 2B | 41 | 1B | 22 | 0 | 3A | 4B | 5F | 29 | 12 |
| Octal | 53 | 101 | 33 | 42 | 0 | 72 | 113 | 137 | 51 | 22 |
| Binary | 101011 | 1000001 | 11011 | 100010 | 0 | 111010 | 1001011 | 1011111 | 101001 | 10010 |
Color Harmonies of #2B411B
Complementary color
Monochromatic Colors of #2B411B
Black with #2B411B
Text Example
Text Example
White with #2B411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B411B; }
p { color: rgb(43,65,27); }
H1.HeaderClassName
{
color: #2B411B;
}
.AnyTagClassName
{
color: #2B411B;
}
</style>
background-color css
<style>
a { background-color: #2B411B; }
a { background-color: rgb(43,65,27); }
div.DivClassName
{
background-color: #2B411B;
}
.BgClassName
{
background-color: #2B411B;
}
</style>
border-color css
<style>
span { border-color: #2B411B; }
span { border-color: rgb(43,65,27); }
td.TdClassName
{
border-color: #2B411B;
}
.TagClassName
{
border-color: #2B411B;
}
</style>