Shades of Black Forest #313B2A
Tints of Black Forest #313B2A
RGB
CMYK
RGB Variations
Color information
#313B2A (or 0x313B2A) is known color: Black Forest. HEX triplet: 31, 3B and 2A. RGB value is (49,59,42). Sum of RGB (Red+Green+Blue) = 49+59+42=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 59 - color contains mainly: green. Hex color #313B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B2A is #CEC4D5. Grayscale: #363636. Windows color (decimal): -13550806 or 2767665. OLE color: 2767665.
HSL color Cylindrical-coordinate representation of color #313B2A: hue angle of 95.29º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #313B2A is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 59 | 42 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.77 |
| HSL | 95.29º | 0.17% | 0.2% | - |
| HSV(B) | 95.29º | 0.29% | 0.23% | - |
| XYZ | 3.25 | 3.95 | 2.78 | - |
| YUV | 54.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 42 | 0.17 | 0 | 0.29 | 0.77 | 95.29 | 0.17 | 0.2 |
| Hex | 31 | 3B | 2A | 11 | 0 | 1D | 4D | 5F | 11 | 14 |
| Octal | 61 | 73 | 52 | 21 | 0 | 35 | 115 | 137 | 21 | 24 |
| Binary | 110001 | 111011 | 101010 | 10001 | 0 | 11101 | 1001101 | 1011111 | 10001 | 10100 |
Color Harmonies of #313B2A
Complementary color
Monochromatic Colors of #313B2A
Black with #313B2A
Text Example
Text Example
White with #313B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B2A; }
p { color: rgb(49,59,42); }
H1.HeaderClassName
{
color: #313B2A;
}
.AnyTagClassName
{
color: #313B2A;
}
</style>
background-color css
<style>
a { background-color: #313B2A; }
a { background-color: rgb(49,59,42); }
div.DivClassName
{
background-color: #313B2A;
}
.BgClassName
{
background-color: #313B2A;
}
</style>
border-color css
<style>
span { border-color: #313B2A; }
span { border-color: rgb(49,59,42); }
td.TdClassName
{
border-color: #313B2A;
}
.TagClassName
{
border-color: #313B2A;
}
</style>