Shades of Black Forest #2B3725
Tints of Black Forest #2B3725
RGB
CMYK
RGB Variations
Color information
#2B3725 (or 0x2B3725) is known color: Black Forest. HEX triplet: 2B, 37 and 25. RGB value is (43,55,37). Sum of RGB (Red+Green+Blue) = 43+55+37=135 (17% of max value = 765). Red value is 43 (17.19% from 255 or 31.85% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #2B3725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3725 is #D4C8DA. Grayscale: #313131. Windows color (decimal): -13945051 or 2438955. OLE color: 2438955.
HSL color Cylindrical-coordinate representation of color #2B3725: hue angle of 100º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B3725 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 55 | 37 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.78 |
| HSL | 100º | 0.2% | 0.18% | - |
| HSV(B) | 100º | 0.33% | 0.22% | - |
| XYZ | 2.7 | 3.38 | 2.26 | - |
| YUV | 49.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 37 | 0.22 | 0 | 0.33 | 0.78 | 100 | 0.2 | 0.18 |
| Hex | 2B | 37 | 25 | 16 | 0 | 21 | 4E | 64 | 14 | 12 |
| Octal | 53 | 67 | 45 | 26 | 0 | 41 | 116 | 144 | 24 | 22 |
| Binary | 101011 | 110111 | 100101 | 10110 | 0 | 100001 | 1001110 | 1100100 | 10100 | 10010 |
Color Harmonies of #2B3725
Complementary color
Monochromatic Colors of #2B3725
Black with #2B3725
Text Example
Text Example
White with #2B3725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3725; }
p { color: rgb(43,55,37); }
H1.HeaderClassName
{
color: #2B3725;
}
.AnyTagClassName
{
color: #2B3725;
}
</style>
background-color css
<style>
a { background-color: #2B3725; }
a { background-color: rgb(43,55,37); }
div.DivClassName
{
background-color: #2B3725;
}
.BgClassName
{
background-color: #2B3725;
}
</style>
border-color css
<style>
span { border-color: #2B3725; }
span { border-color: rgb(43,55,37); }
td.TdClassName
{
border-color: #2B3725;
}
.TagClassName
{
border-color: #2B3725;
}
</style>