Shades of Black Forest #2C421F
Tints of Black Forest #2C421F
RGB
CMYK
RGB Variations
Color information
#2C421F (or 0x2C421F) is known color: Black Forest. HEX triplet: 2C, 42 and 1F. RGB value is (44,66,31). Sum of RGB (Red+Green+Blue) = 44+66+31=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #2C421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C421F is #D3BDE0. Grayscale: #373737. Windows color (decimal): -13876705 or 2048556. OLE color: 2048556.
HSL color Cylindrical-coordinate representation of color #2C421F: hue angle of 97.71º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C421F is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 44 | 66 | 31 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.74 |
| HSL | 97.71º | 0.36% | 0.19% | - |
| HSV(B) | 97.71º | 0.53% | 0.26% | - |
| XYZ | 3.23 | 4.53 | 2 | - |
| YUV | 55.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 31 | 0.33 | 0 | 0.53 | 0.74 | 97.71 | 0.36 | 0.19 |
| Hex | 2C | 42 | 1F | 21 | 0 | 35 | 4A | 62 | 24 | 13 |
| Octal | 54 | 102 | 37 | 41 | 0 | 65 | 112 | 142 | 44 | 23 |
| Binary | 101100 | 1000010 | 11111 | 100001 | 0 | 110101 | 1001010 | 1100010 | 100100 | 10011 |
Color Harmonies of #2C421F
Complementary color
Monochromatic Colors of #2C421F
Black with #2C421F
Text Example
Text Example
White with #2C421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C421F; }
p { color: rgb(44,66,31); }
H1.HeaderClassName
{
color: #2C421F;
}
.AnyTagClassName
{
color: #2C421F;
}
</style>
background-color css
<style>
a { background-color: #2C421F; }
a { background-color: rgb(44,66,31); }
div.DivClassName
{
background-color: #2C421F;
}
.BgClassName
{
background-color: #2C421F;
}
</style>
border-color css
<style>
span { border-color: #2C421F; }
span { border-color: rgb(44,66,31); }
td.TdClassName
{
border-color: #2C421F;
}
.TagClassName
{
border-color: #2C421F;
}
</style>