Shades of Black Forest #2D411F
Tints of Black Forest #2D411F
RGB
CMYK
RGB Variations
Color information
#2D411F (or 0x2D411F) is known color: Black Forest. HEX triplet: 2D, 41 and 1F. RGB value is (45,65,31). Sum of RGB (Red+Green+Blue) = 45+65+31=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #2D411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D411F is #D2BEE0. Grayscale: #373737. Windows color (decimal): -13811425 or 2048301. OLE color: 2048301.
HSL color Cylindrical-coordinate representation of color #2D411F: hue angle of 95.29º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D411F is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 31 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.75 |
| HSL | 95.29º | 0.35% | 0.19% | - |
| HSV(B) | 95.29º | 0.52% | 0.25% | - |
| XYZ | 3.22 | 4.44 | 1.98 | - |
| YUV | 55.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 31 | 0.31 | 0 | 0.52 | 0.75 | 95.29 | 0.35 | 0.19 |
| Hex | 2D | 41 | 1F | 1F | 0 | 34 | 4B | 5F | 23 | 13 |
| Octal | 55 | 101 | 37 | 37 | 0 | 64 | 113 | 137 | 43 | 23 |
| Binary | 101101 | 1000001 | 11111 | 11111 | 0 | 110100 | 1001011 | 1011111 | 100011 | 10011 |
Color Harmonies of #2D411F
Complementary color
Monochromatic Colors of #2D411F
Black with #2D411F
Text Example
Text Example
White with #2D411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D411F; }
p { color: rgb(45,65,31); }
H1.HeaderClassName
{
color: #2D411F;
}
.AnyTagClassName
{
color: #2D411F;
}
</style>
background-color css
<style>
a { background-color: #2D411F; }
a { background-color: rgb(45,65,31); }
div.DivClassName
{
background-color: #2D411F;
}
.BgClassName
{
background-color: #2D411F;
}
</style>
border-color css
<style>
span { border-color: #2D411F; }
span { border-color: rgb(45,65,31); }
td.TdClassName
{
border-color: #2D411F;
}
.TagClassName
{
border-color: #2D411F;
}
</style>