Shades of Black Forest #2D3427
Tints of Black Forest #2D3427
RGB
CMYK
RGB Variations
Color information
#2D3427 (or 0x2D3427) is known color: Black Forest. HEX triplet: 2D, 34 and 27. RGB value is (45,52,39). Sum of RGB (Red+Green+Blue) = 45+52+39=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3427 is #D2CBD8. Grayscale: #303030. Windows color (decimal): -13814745 or 2569261. OLE color: 2569261.
HSL color Cylindrical-coordinate representation of color #2D3427: hue angle of 92.31º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2D3427 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 39 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.80 |
| HSL | 92.31º | 0.14% | 0.18% | - |
| HSV(B) | 92.31º | 0.25% | 0.2% | - |
| XYZ | 2.68 | 3.16 | 2.39 | - |
| YUV | 48.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 39 | 0.13 | 0 | 0.25 | 0.80 | 92.31 | 0.14 | 0.18 |
| Hex | 2D | 34 | 27 | D | 0 | 19 | 50 | 5C | E | 12 |
| Octal | 55 | 64 | 47 | 15 | 0 | 31 | 120 | 134 | 16 | 22 |
| Binary | 101101 | 110100 | 100111 | 1101 | 0 | 11001 | 1010000 | 1011100 | 1110 | 10010 |
Color Harmonies of #2D3427
Complementary color
Monochromatic Colors of #2D3427
Black with #2D3427
Text Example
Text Example
White with #2D3427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3427; }
p { color: rgb(45,52,39); }
H1.HeaderClassName
{
color: #2D3427;
}
.AnyTagClassName
{
color: #2D3427;
}
</style>
background-color css
<style>
a { background-color: #2D3427; }
a { background-color: rgb(45,52,39); }
div.DivClassName
{
background-color: #2D3427;
}
.BgClassName
{
background-color: #2D3427;
}
</style>
border-color css
<style>
span { border-color: #2D3427; }
span { border-color: rgb(45,52,39); }
td.TdClassName
{
border-color: #2D3427;
}
.TagClassName
{
border-color: #2D3427;
}
</style>