Shades of Black Forest #2D3524
Tints of Black Forest #2D3524
RGB
CMYK
RGB Variations
Color information
#2D3524 (or 0x2D3524) is known color: Black Forest. HEX triplet: 2D, 35 and 24. RGB value is (45,53,36). Sum of RGB (Red+Green+Blue) = 45+53+36=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 53 - color contains mainly: green. Hex color #2D3524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3524 is #D2CADB. Grayscale: #303030. Windows color (decimal): -13814492 or 2372909. OLE color: 2372909.
HSL color Cylindrical-coordinate representation of color #2D3524: hue angle of 88.24º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2D3524 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.79.
Color convert
RGB | 45 | 53 | 36 | - |
CMYK | 0.15 | 0 | 0.32 | 0.79 |
HSL | 88.24º | 0.19% | 0.17% | - |
HSV(B) | 88.24º | 0.32% | 0.21% | - |
XYZ | 2.67 | 3.23 | 2.15 | - |
YUV | 48.67 | 120.85 | 125.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 53 | 36 | 0.15 | 0 | 0.32 | 0.79 | 88.24 | 0.19 | 0.17 |
Hex | 2D | 35 | 24 | F | 0 | 20 | 4F | 58 | 13 | 11 |
Octal | 55 | 65 | 44 | 17 | 0 | 40 | 117 | 130 | 23 | 21 |
Binary | 101101 | 110101 | 100100 | 1111 | 0 | 100000 | 1001111 | 1011000 | 10011 | 10001 |
Color Harmonies of #2D3524
Complementary color
Monochromatic Colors of #2D3524
Black with #2D3524
Text Example
Text Example
White with #2D3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3524; }
p { color: rgb(45,53,36); }
H1.HeaderClassName
{
color: #2D3524;
}
.AnyTagClassName
{
color: #2D3524;
}
</style>
background-color css
<style>
a { background-color: #2D3524; }
a { background-color: rgb(45,53,36); }
div.DivClassName
{
background-color: #2D3524;
}
.BgClassName
{
background-color: #2D3524;
}
</style>
border-color css
<style>
span { border-color: #2D3524; }
span { border-color: rgb(45,53,36); }
td.TdClassName
{
border-color: #2D3524;
}
.TagClassName
{
border-color: #2D3524;
}
</style>