Shades of Black Forest #2D411D
Tints of Black Forest #2D411D
RGB
CMYK
RGB Variations
Color information
#2D411D (or 0x2D411D) is known color: Black Forest. HEX triplet: 2D, 41 and 1D. RGB value is (45,65,29). Sum of RGB (Red+Green+Blue) = 45+65+29=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #2D411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D411D is #D2BEE2. Grayscale: #373737. Windows color (decimal): -13811427 or 1917229. OLE color: 1917229.
HSL color Cylindrical-coordinate representation of color #2D411D: hue angle of 93.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D411D is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 29 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.75 |
| HSL | 93.33º | 0.38% | 0.18% | - |
| HSV(B) | 93.33º | 0.55% | 0.25% | - |
| XYZ | 3.19 | 4.43 | 1.85 | - |
| YUV | 54.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 29 | 0.31 | 0 | 0.55 | 0.75 | 93.33 | 0.38 | 0.18 |
| Hex | 2D | 41 | 1D | 1F | 0 | 37 | 4B | 5D | 26 | 12 |
| Octal | 55 | 101 | 35 | 37 | 0 | 67 | 113 | 135 | 46 | 22 |
| Binary | 101101 | 1000001 | 11101 | 11111 | 0 | 110111 | 1001011 | 1011101 | 100110 | 10010 |
Color Harmonies of #2D411D
Complementary color
Monochromatic Colors of #2D411D
Black with #2D411D
Text Example
Text Example
White with #2D411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D411D; }
p { color: rgb(45,65,29); }
H1.HeaderClassName
{
color: #2D411D;
}
.AnyTagClassName
{
color: #2D411D;
}
</style>
background-color css
<style>
a { background-color: #2D411D; }
a { background-color: rgb(45,65,29); }
div.DivClassName
{
background-color: #2D411D;
}
.BgClassName
{
background-color: #2D411D;
}
</style>
border-color css
<style>
span { border-color: #2D411D; }
span { border-color: rgb(45,65,29); }
td.TdClassName
{
border-color: #2D411D;
}
.TagClassName
{
border-color: #2D411D;
}
</style>