Shades of Black Forest #2B421F
Tints of Black Forest #2B421F
RGB
CMYK
RGB Variations
Color information
#2B421F (or 0x2B421F) is known color: Black Forest. HEX triplet: 2B, 42 and 1F. RGB value is (43,66,31). Sum of RGB (Red+Green+Blue) = 43+66+31=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #2B421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B421F is #D4BDE0. Grayscale: #373737. Windows color (decimal): -13942241 or 2048555. OLE color: 2048555.
HSL color Cylindrical-coordinate representation of color #2B421F: hue angle of 99.43º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B421F is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 66 | 31 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.74 |
| HSL | 99.43º | 0.36% | 0.19% | - |
| HSV(B) | 99.43º | 0.53% | 0.26% | - |
| XYZ | 3.19 | 4.51 | 2 | - |
| YUV | 55.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 31 | 0.35 | 0 | 0.53 | 0.74 | 99.43 | 0.36 | 0.19 |
| Hex | 2B | 42 | 1F | 23 | 0 | 35 | 4A | 63 | 24 | 13 |
| Octal | 53 | 102 | 37 | 43 | 0 | 65 | 112 | 143 | 44 | 23 |
| Binary | 101011 | 1000010 | 11111 | 100011 | 0 | 110101 | 1001010 | 1100011 | 100100 | 10011 |
Color Harmonies of #2B421F
Complementary color
Monochromatic Colors of #2B421F
Black with #2B421F
Text Example
Text Example
White with #2B421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B421F; }
p { color: rgb(43,66,31); }
H1.HeaderClassName
{
color: #2B421F;
}
.AnyTagClassName
{
color: #2B421F;
}
</style>
background-color css
<style>
a { background-color: #2B421F; }
a { background-color: rgb(43,66,31); }
div.DivClassName
{
background-color: #2B421F;
}
.BgClassName
{
background-color: #2B421F;
}
</style>
border-color css
<style>
span { border-color: #2B421F; }
span { border-color: rgb(43,66,31); }
td.TdClassName
{
border-color: #2B421F;
}
.TagClassName
{
border-color: #2B421F;
}
</style>