Shades of Black Forest #2B401E
Tints of Black Forest #2B401E
RGB
CMYK
RGB Variations
Color information
#2B401E (or 0x2B401E) is known color: Black Forest. HEX triplet: 2B, 40 and 1E. RGB value is (43,64,30). Sum of RGB (Red+Green+Blue) = 43+64+30=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #2B401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B401E is #D4BFE1. Grayscale: #353535. Windows color (decimal): -13942754 or 1982507. OLE color: 1982507.
HSL color Cylindrical-coordinate representation of color #2B401E: hue angle of 97.06º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B401E is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 30 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.75 |
| HSL | 97.06º | 0.36% | 0.18% | - |
| HSV(B) | 97.06º | 0.53% | 0.25% | - |
| XYZ | 3.06 | 4.27 | 1.89 | - |
| YUV | 53.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 30 | 0.33 | 0 | 0.53 | 0.75 | 97.06 | 0.36 | 0.18 |
| Hex | 2B | 40 | 1E | 21 | 0 | 35 | 4B | 61 | 24 | 12 |
| Octal | 53 | 100 | 36 | 41 | 0 | 65 | 113 | 141 | 44 | 22 |
| Binary | 101011 | 1000000 | 11110 | 100001 | 0 | 110101 | 1001011 | 1100001 | 100100 | 10010 |
Color Harmonies of #2B401E
Complementary color
Monochromatic Colors of #2B401E
Black with #2B401E
Text Example
Text Example
White with #2B401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B401E; }
p { color: rgb(43,64,30); }
H1.HeaderClassName
{
color: #2B401E;
}
.AnyTagClassName
{
color: #2B401E;
}
</style>
background-color css
<style>
a { background-color: #2B401E; }
a { background-color: rgb(43,64,30); }
div.DivClassName
{
background-color: #2B401E;
}
.BgClassName
{
background-color: #2B401E;
}
</style>
border-color css
<style>
span { border-color: #2B401E; }
span { border-color: rgb(43,64,30); }
td.TdClassName
{
border-color: #2B401E;
}
.TagClassName
{
border-color: #2B401E;
}
</style>