Shades of Black Forest #2B421B
Tints of Black Forest #2B421B
RGB
CMYK
RGB Variations
Color information
#2B421B (or 0x2B421B) is known color: Black Forest. HEX triplet: 2B, 42 and 1B. RGB value is (43,66,27). Sum of RGB (Red+Green+Blue) = 43+66+27=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #2B421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B421B is #D4BDE4. Grayscale: #363636. Windows color (decimal): -13942245 or 1786411. OLE color: 1786411.
HSL color Cylindrical-coordinate representation of color #2B421B: hue angle of 95.38º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B421B is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 66 | 27 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.74 |
| HSL | 95.38º | 0.42% | 0.18% | - |
| HSV(B) | 95.38º | 0.59% | 0.26% | - |
| XYZ | 3.14 | 4.49 | 1.74 | - |
| YUV | 54.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 27 | 0.35 | 0 | 0.59 | 0.74 | 95.38 | 0.42 | 0.18 |
| Hex | 2B | 42 | 1B | 23 | 0 | 3B | 4A | 5F | 2A | 12 |
| Octal | 53 | 102 | 33 | 43 | 0 | 73 | 112 | 137 | 52 | 22 |
| Binary | 101011 | 1000010 | 11011 | 100011 | 0 | 111011 | 1001010 | 1011111 | 101010 | 10010 |
Color Harmonies of #2B421B
Complementary color
Monochromatic Colors of #2B421B
Black with #2B421B
Text Example
Text Example
White with #2B421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B421B; }
p { color: rgb(43,66,27); }
H1.HeaderClassName
{
color: #2B421B;
}
.AnyTagClassName
{
color: #2B421B;
}
</style>
background-color css
<style>
a { background-color: #2B421B; }
a { background-color: rgb(43,66,27); }
div.DivClassName
{
background-color: #2B421B;
}
.BgClassName
{
background-color: #2B421B;
}
</style>
border-color css
<style>
span { border-color: #2B421B; }
span { border-color: rgb(43,66,27); }
td.TdClassName
{
border-color: #2B421B;
}
.TagClassName
{
border-color: #2B421B;
}
</style>