Shades of Black Forest #2D3527
Tints of Black Forest #2D3527
RGB
CMYK
RGB Variations
Color information
#2D3527 (or 0x2D3527) is known color: Black Forest. HEX triplet: 2D, 35 and 27. RGB value is (45,53,39). Sum of RGB (Red+Green+Blue) = 45+53+39=137 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.85% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #2D3527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3527 is #D2CAD8. Grayscale: #313131. Windows color (decimal): -13814489 or 2569517. OLE color: 2569517.
HSL color Cylindrical-coordinate representation of color #2D3527: hue angle of 94.29º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2D3527 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 45 | 53 | 39 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.79 |
| HSL | 94.29º | 0.15% | 0.18% | - |
| HSV(B) | 94.29º | 0.26% | 0.21% | - |
| XYZ | 2.72 | 3.25 | 2.4 | - |
| YUV | 49.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 39 | 0.15 | 0 | 0.26 | 0.79 | 94.29 | 0.15 | 0.18 |
| Hex | 2D | 35 | 27 | F | 0 | 1A | 4F | 5E | F | 12 |
| Octal | 55 | 65 | 47 | 17 | 0 | 32 | 117 | 136 | 17 | 22 |
| Binary | 101101 | 110101 | 100111 | 1111 | 0 | 11010 | 1001111 | 1011110 | 1111 | 10010 |
Color Harmonies of #2D3527
Complementary color
Monochromatic Colors of #2D3527
Black with #2D3527
Text Example
Text Example
White with #2D3527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3527; }
p { color: rgb(45,53,39); }
H1.HeaderClassName
{
color: #2D3527;
}
.AnyTagClassName
{
color: #2D3527;
}
</style>
background-color css
<style>
a { background-color: #2D3527; }
a { background-color: rgb(45,53,39); }
div.DivClassName
{
background-color: #2D3527;
}
.BgClassName
{
background-color: #2D3527;
}
</style>
border-color css
<style>
span { border-color: #2D3527; }
span { border-color: rgb(45,53,39); }
td.TdClassName
{
border-color: #2D3527;
}
.TagClassName
{
border-color: #2D3527;
}
</style>