Shades of Black Forest #2C391F
Tints of Black Forest #2C391F
RGB
CMYK
RGB Variations
Color information
#2C391F (or 0x2C391F) is known color: Black Forest. HEX triplet: 2C, 39 and 1F. RGB value is (44,57,31). Sum of RGB (Red+Green+Blue) = 44+57+31=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #2C391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C391F is #D3C6E0. Grayscale: #323232. Windows color (decimal): -13879009 or 2046252. OLE color: 2046252.
HSL color Cylindrical-coordinate representation of color #2C391F: hue angle of 90º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C391F is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 57 | 31 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.78 |
| HSL | 90º | 0.3% | 0.17% | - |
| HSV(B) | 90º | 0.46% | 0.22% | - |
| XYZ | 2.75 | 3.56 | 1.84 | - |
| YUV | 50.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 31 | 0.23 | 0 | 0.46 | 0.78 | 90 | 0.3 | 0.17 |
| Hex | 2C | 39 | 1F | 17 | 0 | 2E | 4E | 5A | 1E | 11 |
| Octal | 54 | 71 | 37 | 27 | 0 | 56 | 116 | 132 | 36 | 21 |
| Binary | 101100 | 111001 | 11111 | 10111 | 0 | 101110 | 1001110 | 1011010 | 11110 | 10001 |
Color Harmonies of #2C391F
Complementary color
Monochromatic Colors of #2C391F
Black with #2C391F
Text Example
Text Example
White with #2C391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C391F; }
p { color: rgb(44,57,31); }
H1.HeaderClassName
{
color: #2C391F;
}
.AnyTagClassName
{
color: #2C391F;
}
</style>
background-color css
<style>
a { background-color: #2C391F; }
a { background-color: rgb(44,57,31); }
div.DivClassName
{
background-color: #2C391F;
}
.BgClassName
{
background-color: #2C391F;
}
</style>
border-color css
<style>
span { border-color: #2C391F; }
span { border-color: rgb(44,57,31); }
td.TdClassName
{
border-color: #2C391F;
}
.TagClassName
{
border-color: #2C391F;
}
</style>