Shades of Black Forest #2D3723
Tints of Black Forest #2D3723
RGB
CMYK
RGB Variations
Color information
#2D3723 (or 0x2D3723) is known color: Black Forest. HEX triplet: 2D, 37 and 23. RGB value is (45,55,35). Sum of RGB (Red+Green+Blue) = 45+55+35=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 55 - color contains mainly: green. Hex color #2D3723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3723 is #D2C8DC. Grayscale: #313131. Windows color (decimal): -13813981 or 2307885. OLE color: 2307885.
HSL color Cylindrical-coordinate representation of color #2D3723: hue angle of 90º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D3723 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 35 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.78 |
| HSL | 90º | 0.22% | 0.18% | - |
| HSV(B) | 90º | 0.36% | 0.22% | - |
| XYZ | 2.75 | 3.41 | 2.1 | - |
| YUV | 49.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 35 | 0.18 | 0 | 0.36 | 0.78 | 90 | 0.22 | 0.18 |
| Hex | 2D | 37 | 23 | 12 | 0 | 24 | 4E | 5A | 16 | 12 |
| Octal | 55 | 67 | 43 | 22 | 0 | 44 | 116 | 132 | 26 | 22 |
| Binary | 101101 | 110111 | 100011 | 10010 | 0 | 100100 | 1001110 | 1011010 | 10110 | 10010 |
Color Harmonies of #2D3723
Complementary color
Monochromatic Colors of #2D3723
Black with #2D3723
Text Example
Text Example
White with #2D3723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3723; }
p { color: rgb(45,55,35); }
H1.HeaderClassName
{
color: #2D3723;
}
.AnyTagClassName
{
color: #2D3723;
}
</style>
background-color css
<style>
a { background-color: #2D3723; }
a { background-color: rgb(45,55,35); }
div.DivClassName
{
background-color: #2D3723;
}
.BgClassName
{
background-color: #2D3723;
}
</style>
border-color css
<style>
span { border-color: #2D3723; }
span { border-color: rgb(45,55,35); }
td.TdClassName
{
border-color: #2D3723;
}
.TagClassName
{
border-color: #2D3723;
}
</style>