Shades of Black Forest #2D3426
Tints of Black Forest #2D3426
RGB
CMYK
RGB Variations
Color information
#2D3426 (or 0x2D3426) is known color: Black Forest. HEX triplet: 2D, 34 and 26. RGB value is (45,52,38). Sum of RGB (Red+Green+Blue) = 45+52+38=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #2D3426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3426 is #D2CBD9. Grayscale: #303030. Windows color (decimal): -13814746 or 2503725. OLE color: 2503725.
HSL color Cylindrical-coordinate representation of color #2D3426: hue angle of 90º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2D3426 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 52 | 38 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.80 |
| HSL | 90º | 0.16% | 0.18% | - |
| HSV(B) | 90º | 0.27% | 0.2% | - |
| XYZ | 2.66 | 3.15 | 2.3 | - |
| YUV | 48.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 52 | 38 | 0.13 | 0 | 0.27 | 0.80 | 90 | 0.16 | 0.18 |
| Hex | 2D | 34 | 26 | D | 0 | 1B | 50 | 5A | 10 | 12 |
| Octal | 55 | 64 | 46 | 15 | 0 | 33 | 120 | 132 | 20 | 22 |
| Binary | 101101 | 110100 | 100110 | 1101 | 0 | 11011 | 1010000 | 1011010 | 10000 | 10010 |
Color Harmonies of #2D3426
Complementary color
Monochromatic Colors of #2D3426
Black with #2D3426
Text Example
Text Example
White with #2D3426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3426; }
p { color: rgb(45,52,38); }
H1.HeaderClassName
{
color: #2D3426;
}
.AnyTagClassName
{
color: #2D3426;
}
</style>
background-color css
<style>
a { background-color: #2D3426; }
a { background-color: rgb(45,52,38); }
div.DivClassName
{
background-color: #2D3426;
}
.BgClassName
{
background-color: #2D3426;
}
</style>
border-color css
<style>
span { border-color: #2D3426; }
span { border-color: rgb(45,52,38); }
td.TdClassName
{
border-color: #2D3426;
}
.TagClassName
{
border-color: #2D3426;
}
</style>