Shades of Black Forest #2B411D
Tints of Black Forest #2B411D
RGB
CMYK
RGB Variations
Color information
#2B411D (or 0x2B411D) is known color: Black Forest. HEX triplet: 2B, 41 and 1D. RGB value is (43,65,29). Sum of RGB (Red+Green+Blue) = 43+65+29=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #2B411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B411D is #D4BEE2. Grayscale: #363636. Windows color (decimal): -13942499 or 1917227. OLE color: 1917227.
HSL color Cylindrical-coordinate representation of color #2B411D: hue angle of 96.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B411D is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 29 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.75 |
| HSL | 96.67º | 0.38% | 0.18% | - |
| HSV(B) | 96.67º | 0.55% | 0.25% | - |
| XYZ | 3.11 | 4.38 | 1.84 | - |
| YUV | 54.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 29 | 0.34 | 0 | 0.55 | 0.75 | 96.67 | 0.38 | 0.18 |
| Hex | 2B | 41 | 1D | 22 | 0 | 37 | 4B | 61 | 26 | 12 |
| Octal | 53 | 101 | 35 | 42 | 0 | 67 | 113 | 141 | 46 | 22 |
| Binary | 101011 | 1000001 | 11101 | 100010 | 0 | 110111 | 1001011 | 1100001 | 100110 | 10010 |
Color Harmonies of #2B411D
Complementary color
Monochromatic Colors of #2B411D
Black with #2B411D
Text Example
Text Example
White with #2B411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B411D; }
p { color: rgb(43,65,29); }
H1.HeaderClassName
{
color: #2B411D;
}
.AnyTagClassName
{
color: #2B411D;
}
</style>
background-color css
<style>
a { background-color: #2B411D; }
a { background-color: rgb(43,65,29); }
div.DivClassName
{
background-color: #2B411D;
}
.BgClassName
{
background-color: #2B411D;
}
</style>
border-color css
<style>
span { border-color: #2B411D; }
span { border-color: rgb(43,65,29); }
td.TdClassName
{
border-color: #2B411D;
}
.TagClassName
{
border-color: #2B411D;
}
</style>