Shades of Black Forest #2D421F
Tints of Black Forest #2D421F
RGB
CMYK
RGB Variations
Color information
#2D421F (or 0x2D421F) is known color: Black Forest. HEX triplet: 2D, 42 and 1F. RGB value is (45,66,31). Sum of RGB (Red+Green+Blue) = 45+66+31=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #2D421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D421F is #D2BDE0. Grayscale: #373737. Windows color (decimal): -13811169 or 2048557. OLE color: 2048557.
HSL color Cylindrical-coordinate representation of color #2D421F: hue angle of 96º 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 #2D421F is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 66 | 31 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.74 |
| HSL | 96º | 0.36% | 0.19% | - |
| HSV(B) | 96º | 0.53% | 0.26% | - |
| XYZ | 3.28 | 4.55 | 2 | - |
| YUV | 55.73 | 114.04 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 31 | 0.32 | 0 | 0.53 | 0.74 | 96 | 0.36 | 0.19 |
| Hex | 2D | 42 | 1F | 20 | 0 | 35 | 4A | 60 | 24 | 13 |
| Octal | 55 | 102 | 37 | 40 | 0 | 65 | 112 | 140 | 44 | 23 |
| Binary | 101101 | 1000010 | 11111 | 100000 | 0 | 110101 | 1001010 | 1100000 | 100100 | 10011 |
Color Harmonies of #2D421F
Complementary color
Monochromatic Colors of #2D421F
Black with #2D421F
Text Example
Text Example
White with #2D421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D421F; }
p { color: rgb(45,66,31); }
H1.HeaderClassName
{
color: #2D421F;
}
.AnyTagClassName
{
color: #2D421F;
}
</style>
background-color css
<style>
a { background-color: #2D421F; }
a { background-color: rgb(45,66,31); }
div.DivClassName
{
background-color: #2D421F;
}
.BgClassName
{
background-color: #2D421F;
}
</style>
border-color css
<style>
span { border-color: #2D421F; }
span { border-color: rgb(45,66,31); }
td.TdClassName
{
border-color: #2D421F;
}
.TagClassName
{
border-color: #2D421F;
}
</style>