Shades of Black Forest #31372C
Tints of Black Forest #31372C
RGB
CMYK
RGB Variations
Color information
#31372C (or 0x31372C) is known color: Black Forest. HEX triplet: 31, 37 and 2C. RGB value is (49,55,44). Sum of RGB (Red+Green+Blue) = 49+55+44=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 55 - color contains mainly: green. Hex color #31372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31372C is #CEC8D3. Grayscale: #333333. Windows color (decimal): -13551828 or 2897713. OLE color: 2897713.
HSL color Cylindrical-coordinate representation of color #31372C: hue angle of 92.73º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #31372C is Cyan = 0.11, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 44 | - |
| CMYK | 0.11 | 0 | 0.2 | 0.78 |
| HSL | 92.73º | 0.11% | 0.19% | - |
| HSV(B) | 92.73º | 0.2% | 0.22% | - |
| XYZ | 3.09 | 3.57 | 2.91 | - |
| YUV | 51.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 44 | 0.11 | 0 | 0.2 | 0.78 | 92.73 | 0.11 | 0.19 |
| Hex | 31 | 37 | 2C | B | 0 | 14 | 4E | 5D | B | 13 |
| Octal | 61 | 67 | 54 | 13 | 0 | 24 | 116 | 135 | 13 | 23 |
| Binary | 110001 | 110111 | 101100 | 1011 | 0 | 10100 | 1001110 | 1011101 | 1011 | 10011 |
Color Harmonies of #31372C
Complementary color
Monochromatic Colors of #31372C
Black with #31372C
Text Example
Text Example
White with #31372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31372C; }
p { color: rgb(49,55,44); }
H1.HeaderClassName
{
color: #31372C;
}
.AnyTagClassName
{
color: #31372C;
}
</style>
background-color css
<style>
a { background-color: #31372C; }
a { background-color: rgb(49,55,44); }
div.DivClassName
{
background-color: #31372C;
}
.BgClassName
{
background-color: #31372C;
}
</style>
border-color css
<style>
span { border-color: #31372C; }
span { border-color: rgb(49,55,44); }
td.TdClassName
{
border-color: #31372C;
}
.TagClassName
{
border-color: #31372C;
}
</style>