Shades of Black Forest #2B411A
Tints of Black Forest #2B411A
RGB
CMYK
RGB Variations
Color information
#2B411A (or 0x2B411A) is known color: Black Forest. HEX triplet: 2B, 41 and 1A. RGB value is (43,65,26). Sum of RGB (Red+Green+Blue) = 43+65+26=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #2B411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B411A is #D4BEE5. Grayscale: #363636. Windows color (decimal): -13942502 or 1720619. OLE color: 1720619.
HSL color Cylindrical-coordinate representation of color #2B411A: hue angle of 93.85º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B411A is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 26 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.75 |
| HSL | 93.85º | 0.43% | 0.18% | - |
| HSV(B) | 93.85º | 0.6% | 0.25% | - |
| XYZ | 3.07 | 4.37 | 1.66 | - |
| YUV | 53.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 26 | 0.34 | 0 | 0.60 | 0.75 | 93.85 | 0.43 | 0.18 |
| Hex | 2B | 41 | 1A | 22 | 0 | 3C | 4B | 5E | 2B | 12 |
| Octal | 53 | 101 | 32 | 42 | 0 | 74 | 113 | 136 | 53 | 22 |
| Binary | 101011 | 1000001 | 11010 | 100010 | 0 | 111100 | 1001011 | 1011110 | 101011 | 10010 |
Color Harmonies of #2B411A
Complementary color
Monochromatic Colors of #2B411A
Black with #2B411A
Text Example
Text Example
White with #2B411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B411A; }
p { color: rgb(43,65,26); }
H1.HeaderClassName
{
color: #2B411A;
}
.AnyTagClassName
{
color: #2B411A;
}
</style>
background-color css
<style>
a { background-color: #2B411A; }
a { background-color: rgb(43,65,26); }
div.DivClassName
{
background-color: #2B411A;
}
.BgClassName
{
background-color: #2B411A;
}
</style>
border-color css
<style>
span { border-color: #2B411A; }
span { border-color: rgb(43,65,26); }
td.TdClassName
{
border-color: #2B411A;
}
.TagClassName
{
border-color: #2B411A;
}
</style>