Shades of Black Forest #2C431B
Tints of Black Forest #2C431B
RGB
CMYK
RGB Variations
Color information
#2C431B (or 0x2C431B) is known color: Black Forest. HEX triplet: 2C, 43 and 1B. RGB value is (44,67,27). Sum of RGB (Red+Green+Blue) = 44+67+27=138 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.88% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #2C431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C431B is #D3BCE4. Grayscale: #373737. Windows color (decimal): -13876453 or 1786668. OLE color: 1786668.
HSL color Cylindrical-coordinate representation of color #2C431B: hue angle of 94.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C431B is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 67 | 27 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.74 |
| HSL | 94.5º | 0.43% | 0.18% | - |
| HSV(B) | 94.5º | 0.6% | 0.26% | - |
| XYZ | 3.24 | 4.63 | 1.76 | - |
| YUV | 55.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 27 | 0.34 | 0 | 0.60 | 0.74 | 94.5 | 0.43 | 0.18 |
| Hex | 2C | 43 | 1B | 22 | 0 | 3C | 4A | 5E | 2B | 12 |
| Octal | 54 | 103 | 33 | 42 | 0 | 74 | 112 | 136 | 53 | 22 |
| Binary | 101100 | 1000011 | 11011 | 100010 | 0 | 111100 | 1001010 | 1011110 | 101011 | 10010 |
Color Harmonies of #2C431B
Complementary color
Monochromatic Colors of #2C431B
Black with #2C431B
Text Example
Text Example
White with #2C431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C431B; }
p { color: rgb(44,67,27); }
H1.HeaderClassName
{
color: #2C431B;
}
.AnyTagClassName
{
color: #2C431B;
}
</style>
background-color css
<style>
a { background-color: #2C431B; }
a { background-color: rgb(44,67,27); }
div.DivClassName
{
background-color: #2C431B;
}
.BgClassName
{
background-color: #2C431B;
}
</style>
border-color css
<style>
span { border-color: #2C431B; }
span { border-color: rgb(44,67,27); }
td.TdClassName
{
border-color: #2C431B;
}
.TagClassName
{
border-color: #2C431B;
}
</style>