Shades of Black Forest #2B431D
Tints of Black Forest #2B431D
RGB
CMYK
RGB Variations
Color information
#2B431D (or 0x2B431D) is known color: Black Forest. HEX triplet: 2B, 43 and 1D. RGB value is (43,67,29). Sum of RGB (Red+Green+Blue) = 43+67+29=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #2B431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B431D is #D4BCE2. Grayscale: #373737. Windows color (decimal): -13941987 or 1917739. OLE color: 1917739.
HSL color Cylindrical-coordinate representation of color #2B431D: hue angle of 97.89º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B431D is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 29 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.74 |
| HSL | 97.89º | 0.4% | 0.19% | - |
| HSV(B) | 97.89º | 0.57% | 0.26% | - |
| XYZ | 3.23 | 4.62 | 1.88 | - |
| YUV | 55.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 29 | 0.36 | 0 | 0.57 | 0.74 | 97.89 | 0.4 | 0.19 |
| Hex | 2B | 43 | 1D | 24 | 0 | 39 | 4A | 62 | 28 | 13 |
| Octal | 53 | 103 | 35 | 44 | 0 | 71 | 112 | 142 | 50 | 23 |
| Binary | 101011 | 1000011 | 11101 | 100100 | 0 | 111001 | 1001010 | 1100010 | 101000 | 10011 |
Color Harmonies of #2B431D
Complementary color
Monochromatic Colors of #2B431D
Black with #2B431D
Text Example
Text Example
White with #2B431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B431D; }
p { color: rgb(43,67,29); }
H1.HeaderClassName
{
color: #2B431D;
}
.AnyTagClassName
{
color: #2B431D;
}
</style>
background-color css
<style>
a { background-color: #2B431D; }
a { background-color: rgb(43,67,29); }
div.DivClassName
{
background-color: #2B431D;
}
.BgClassName
{
background-color: #2B431D;
}
</style>
border-color css
<style>
span { border-color: #2B431D; }
span { border-color: rgb(43,67,29); }
td.TdClassName
{
border-color: #2B431D;
}
.TagClassName
{
border-color: #2B431D;
}
</style>