Shades of Black Forest #2B4117
Tints of Black Forest #2B4117
RGB
CMYK
RGB Variations
Color information
#2B4117 (or 0x2B4117) is known color: Black Forest. HEX triplet: 2B, 41 and 17. RGB value is (43,65,23). Sum of RGB (Red+Green+Blue) = 43+65+23=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4117 is #D4BEE8. Grayscale: #353535. Windows color (decimal): -13942505 or 1524011. OLE color: 1524011.
HSL color Cylindrical-coordinate representation of color #2B4117: hue angle of 91.43º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B4117 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 23 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.75 |
| HSL | 91.43º | 0.48% | 0.17% | - |
| HSV(B) | 91.43º | 0.65% | 0.25% | - |
| XYZ | 3.04 | 4.36 | 1.49 | - |
| YUV | 53.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 23 | 0.34 | 0 | 0.65 | 0.75 | 91.43 | 0.48 | 0.17 |
| Hex | 2B | 41 | 17 | 22 | 0 | 41 | 4B | 5B | 30 | 11 |
| Octal | 53 | 101 | 27 | 42 | 0 | 101 | 113 | 133 | 60 | 21 |
| Binary | 101011 | 1000001 | 10111 | 100010 | 0 | 1000001 | 1001011 | 1011011 | 110000 | 10001 |
Color Harmonies of #2B4117
Complementary color
Monochromatic Colors of #2B4117
Black with #2B4117
Text Example
Text Example
White with #2B4117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4117; }
p { color: rgb(43,65,23); }
H1.HeaderClassName
{
color: #2B4117;
}
.AnyTagClassName
{
color: #2B4117;
}
</style>
background-color css
<style>
a { background-color: #2B4117; }
a { background-color: rgb(43,65,23); }
div.DivClassName
{
background-color: #2B4117;
}
.BgClassName
{
background-color: #2B4117;
}
</style>
border-color css
<style>
span { border-color: #2B4117; }
span { border-color: rgb(43,65,23); }
td.TdClassName
{
border-color: #2B4117;
}
.TagClassName
{
border-color: #2B4117;
}
</style>