Shades of Black Forest #313D27
Tints of Black Forest #313D27
RGB
CMYK
RGB Variations
Color information
#313D27 (or 0x313D27) is known color: Black Forest. HEX triplet: 31, 3D and 27. RGB value is (49,61,39). Sum of RGB (Red+Green+Blue) = 49+61+39=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #313D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D27 is #CEC2D8. Grayscale: #363636. Windows color (decimal): -13550297 or 2571569. OLE color: 2571569.
HSL color Cylindrical-coordinate representation of color #313D27: hue angle of 92.73º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #313D27 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 39 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.76 |
| HSL | 92.73º | 0.22% | 0.2% | - |
| HSV(B) | 92.73º | 0.36% | 0.24% | - |
| XYZ | 3.3 | 4.14 | 2.54 | - |
| YUV | 54.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 39 | 0.20 | 0 | 0.36 | 0.76 | 92.73 | 0.22 | 0.2 |
| Hex | 31 | 3D | 27 | 14 | 0 | 24 | 4C | 5D | 16 | 14 |
| Octal | 61 | 75 | 47 | 24 | 0 | 44 | 114 | 135 | 26 | 24 |
| Binary | 110001 | 111101 | 100111 | 10100 | 0 | 100100 | 1001100 | 1011101 | 10110 | 10100 |
Color Harmonies of #313D27
Complementary color
Monochromatic Colors of #313D27
Black with #313D27
Text Example
Text Example
White with #313D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D27; }
p { color: rgb(49,61,39); }
H1.HeaderClassName
{
color: #313D27;
}
.AnyTagClassName
{
color: #313D27;
}
</style>
background-color css
<style>
a { background-color: #313D27; }
a { background-color: rgb(49,61,39); }
div.DivClassName
{
background-color: #313D27;
}
.BgClassName
{
background-color: #313D27;
}
</style>
border-color css
<style>
span { border-color: #313D27; }
span { border-color: rgb(49,61,39); }
td.TdClassName
{
border-color: #313D27;
}
.TagClassName
{
border-color: #313D27;
}
</style>