Shades of Black Forest #2C411B
Tints of Black Forest #2C411B
RGB
CMYK
RGB Variations
Color information
#2C411B (or 0x2C411B) is known color: Black Forest. HEX triplet: 2C, 41 and 1B. RGB value is (44,65,27). Sum of RGB (Red+Green+Blue) = 44+65+27=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #2C411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C411B is #D3BEE4. Grayscale: #363636. Windows color (decimal): -13876965 or 1786156. OLE color: 1786156.
HSL color Cylindrical-coordinate representation of color #2C411B: hue angle of 93.16º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C411B is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 65 | 27 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.75 |
| HSL | 93.16º | 0.41% | 0.18% | - |
| HSV(B) | 93.16º | 0.58% | 0.25% | - |
| XYZ | 3.13 | 4.4 | 1.72 | - |
| YUV | 54.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 27 | 0.32 | 0 | 0.58 | 0.75 | 93.16 | 0.41 | 0.18 |
| Hex | 2C | 41 | 1B | 20 | 0 | 3A | 4B | 5D | 29 | 12 |
| Octal | 54 | 101 | 33 | 40 | 0 | 72 | 113 | 135 | 51 | 22 |
| Binary | 101100 | 1000001 | 11011 | 100000 | 0 | 111010 | 1001011 | 1011101 | 101001 | 10010 |
Color Harmonies of #2C411B
Complementary color
Monochromatic Colors of #2C411B
Black with #2C411B
Text Example
Text Example
White with #2C411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C411B; }
p { color: rgb(44,65,27); }
H1.HeaderClassName
{
color: #2C411B;
}
.AnyTagClassName
{
color: #2C411B;
}
</style>
background-color css
<style>
a { background-color: #2C411B; }
a { background-color: rgb(44,65,27); }
div.DivClassName
{
background-color: #2C411B;
}
.BgClassName
{
background-color: #2C411B;
}
</style>
border-color css
<style>
span { border-color: #2C411B; }
span { border-color: rgb(44,65,27); }
td.TdClassName
{
border-color: #2C411B;
}
.TagClassName
{
border-color: #2C411B;
}
</style>