Shades of Black Forest #2D3525
Tints of Black Forest #2D3525
RGB
CMYK
RGB Variations
Color information
#2D3525 (or 0x2D3525) is known color: Black Forest. HEX triplet: 2D, 35 and 25. RGB value is (45,53,37). Sum of RGB (Red+Green+Blue) = 45+53+37=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #2D3525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3525 is #D2CADA. Grayscale: #303030. Windows color (decimal): -13814491 or 2438445. OLE color: 2438445.
HSL color Cylindrical-coordinate representation of color #2D3525: hue angle of 90º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2D3525 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 53 | 37 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.79 |
| HSL | 90º | 0.18% | 0.18% | - |
| HSV(B) | 90º | 0.3% | 0.21% | - |
| XYZ | 2.69 | 3.24 | 2.23 | - |
| YUV | 48.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 37 | 0.15 | 0 | 0.30 | 0.79 | 90 | 0.18 | 0.18 |
| Hex | 2D | 35 | 25 | F | 0 | 1E | 4F | 5A | 12 | 12 |
| Octal | 55 | 65 | 45 | 17 | 0 | 36 | 117 | 132 | 22 | 22 |
| Binary | 101101 | 110101 | 100101 | 1111 | 0 | 11110 | 1001111 | 1011010 | 10010 | 10010 |
Color Harmonies of #2D3525
Complementary color
Monochromatic Colors of #2D3525
Black with #2D3525
Text Example
Text Example
White with #2D3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3525; }
p { color: rgb(45,53,37); }
H1.HeaderClassName
{
color: #2D3525;
}
.AnyTagClassName
{
color: #2D3525;
}
</style>
background-color css
<style>
a { background-color: #2D3525; }
a { background-color: rgb(45,53,37); }
div.DivClassName
{
background-color: #2D3525;
}
.BgClassName
{
background-color: #2D3525;
}
</style>
border-color css
<style>
span { border-color: #2D3525; }
span { border-color: rgb(45,53,37); }
td.TdClassName
{
border-color: #2D3525;
}
.TagClassName
{
border-color: #2D3525;
}
</style>