Shades of Black Forest #2B431A
Tints of Black Forest #2B431A
RGB
CMYK
RGB Variations
Color information
#2B431A (or 0x2B431A) is known color: Black Forest. HEX triplet: 2B, 43 and 1A. RGB value is (43,67,26). Sum of RGB (Red+Green+Blue) = 43+67+26=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #2B431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B431A is #D4BCE5. Grayscale: #373737. Windows color (decimal): -13941990 or 1721131. OLE color: 1721131.
HSL color Cylindrical-coordinate representation of color #2B431A: hue angle of 95.12º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B431A is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 26 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.74 |
| HSL | 95.12º | 0.44% | 0.18% | - |
| HSV(B) | 95.12º | 0.61% | 0.26% | - |
| XYZ | 3.19 | 4.6 | 1.7 | - |
| YUV | 55.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 26 | 0.36 | 0 | 0.61 | 0.74 | 95.12 | 0.44 | 0.18 |
| Hex | 2B | 43 | 1A | 24 | 0 | 3D | 4A | 5F | 2C | 12 |
| Octal | 53 | 103 | 32 | 44 | 0 | 75 | 112 | 137 | 54 | 22 |
| Binary | 101011 | 1000011 | 11010 | 100100 | 0 | 111101 | 1001010 | 1011111 | 101100 | 10010 |
Color Harmonies of #2B431A
Complementary color
Monochromatic Colors of #2B431A
Black with #2B431A
Text Example
Text Example
White with #2B431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B431A; }
p { color: rgb(43,67,26); }
H1.HeaderClassName
{
color: #2B431A;
}
.AnyTagClassName
{
color: #2B431A;
}
</style>
background-color css
<style>
a { background-color: #2B431A; }
a { background-color: rgb(43,67,26); }
div.DivClassName
{
background-color: #2B431A;
}
.BgClassName
{
background-color: #2B431A;
}
</style>
border-color css
<style>
span { border-color: #2B431A; }
span { border-color: rgb(43,67,26); }
td.TdClassName
{
border-color: #2B431A;
}
.TagClassName
{
border-color: #2B431A;
}
</style>