Shades of Black Forest #2D431C
Tints of Black Forest #2D431C
RGB
CMYK
RGB Variations
Color information
#2D431C (or 0x2D431C) is known color: Black Forest. HEX triplet: 2D, 43 and 1C. RGB value is (45,67,28). Sum of RGB (Red+Green+Blue) = 45+67+28=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #2D431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D431C is #D2BCE3. Grayscale: #383838. Windows color (decimal): -13810916 or 1852205. OLE color: 1852205.
HSL color Cylindrical-coordinate representation of color #2D431C: hue angle of 93.85º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D431C is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 45 | 67 | 28 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.74 |
| HSL | 93.85º | 0.41% | 0.19% | - |
| HSV(B) | 93.85º | 0.58% | 0.26% | - |
| XYZ | 3.3 | 4.66 | 1.82 | - |
| YUV | 55.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 28 | 0.33 | 0 | 0.58 | 0.74 | 93.85 | 0.41 | 0.19 |
| Hex | 2D | 43 | 1C | 21 | 0 | 3A | 4A | 5E | 29 | 13 |
| Octal | 55 | 103 | 34 | 41 | 0 | 72 | 112 | 136 | 51 | 23 |
| Binary | 101101 | 1000011 | 11100 | 100001 | 0 | 111010 | 1001010 | 1011110 | 101001 | 10011 |
Color Harmonies of #2D431C
Complementary color
Monochromatic Colors of #2D431C
Black with #2D431C
Text Example
Text Example
White with #2D431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D431C; }
p { color: rgb(45,67,28); }
H1.HeaderClassName
{
color: #2D431C;
}
.AnyTagClassName
{
color: #2D431C;
}
</style>
background-color css
<style>
a { background-color: #2D431C; }
a { background-color: rgb(45,67,28); }
div.DivClassName
{
background-color: #2D431C;
}
.BgClassName
{
background-color: #2D431C;
}
</style>
border-color css
<style>
span { border-color: #2D431C; }
span { border-color: rgb(45,67,28); }
td.TdClassName
{
border-color: #2D431C;
}
.TagClassName
{
border-color: #2D431C;
}
</style>