Shades of Black Forest #2D411C
Tints of Black Forest #2D411C
RGB
CMYK
RGB Variations
Color information
#2D411C (or 0x2D411C) is known color: Black Forest. HEX triplet: 2D, 41 and 1C. RGB value is (45,65,28). Sum of RGB (Red+Green+Blue) = 45+65+28=138 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.61% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #2D411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D411C is #D2BEE3. Grayscale: #363636. Windows color (decimal): -13811428 or 1851693. OLE color: 1851693.
HSL color Cylindrical-coordinate representation of color #2D411C: hue angle of 92.43º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D411C is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 28 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.75 |
| HSL | 92.43º | 0.4% | 0.18% | - |
| HSV(B) | 92.43º | 0.57% | 0.25% | - |
| XYZ | 3.18 | 4.42 | 1.78 | - |
| YUV | 54.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 28 | 0.31 | 0 | 0.57 | 0.75 | 92.43 | 0.4 | 0.18 |
| Hex | 2D | 41 | 1C | 1F | 0 | 39 | 4B | 5C | 28 | 12 |
| Octal | 55 | 101 | 34 | 37 | 0 | 71 | 113 | 134 | 50 | 22 |
| Binary | 101101 | 1000001 | 11100 | 11111 | 0 | 111001 | 1001011 | 1011100 | 101000 | 10010 |
Color Harmonies of #2D411C
Complementary color
Monochromatic Colors of #2D411C
Black with #2D411C
Text Example
Text Example
White with #2D411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D411C; }
p { color: rgb(45,65,28); }
H1.HeaderClassName
{
color: #2D411C;
}
.AnyTagClassName
{
color: #2D411C;
}
</style>
background-color css
<style>
a { background-color: #2D411C; }
a { background-color: rgb(45,65,28); }
div.DivClassName
{
background-color: #2D411C;
}
.BgClassName
{
background-color: #2D411C;
}
</style>
border-color css
<style>
span { border-color: #2D411C; }
span { border-color: rgb(45,65,28); }
td.TdClassName
{
border-color: #2D411C;
}
.TagClassName
{
border-color: #2D411C;
}
</style>