Shades of Black Forest #28341D
Tints of Black Forest #28341D
RGB
CMYK
RGB Variations
Color information
#28341D (or 0x28341D) is known color: Black Forest. HEX triplet: 28, 34 and 1D. RGB value is (40,52,29). Sum of RGB (Red+Green+Blue) = 40+52+29=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #28341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28341D is #D7CBE2. Grayscale: #2D2D2D. Windows color (decimal): -14142435 or 1913896. OLE color: 1913896.
HSL color Cylindrical-coordinate representation of color #28341D: hue angle of 91.3º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #28341D is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 52 | 29 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.80 |
| HSL | 91.3º | 0.28% | 0.16% | - |
| HSV(B) | 91.3º | 0.44% | 0.2% | - |
| XYZ | 2.32 | 3 | 1.62 | - |
| YUV | 45.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 29 | 0.23 | 0 | 0.44 | 0.80 | 91.3 | 0.28 | 0.16 |
| Hex | 28 | 34 | 1D | 17 | 0 | 2C | 50 | 5B | 1C | 10 |
| Octal | 50 | 64 | 35 | 27 | 0 | 54 | 120 | 133 | 34 | 20 |
| Binary | 101000 | 110100 | 11101 | 10111 | 0 | 101100 | 1010000 | 1011011 | 11100 | 10000 |
Color Harmonies of #28341D
Complementary color
Monochromatic Colors of #28341D
Black with #28341D
Text Example
Text Example
White with #28341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28341D; }
p { color: rgb(40,52,29); }
H1.HeaderClassName
{
color: #28341D;
}
.AnyTagClassName
{
color: #28341D;
}
</style>
background-color css
<style>
a { background-color: #28341D; }
a { background-color: rgb(40,52,29); }
div.DivClassName
{
background-color: #28341D;
}
.BgClassName
{
background-color: #28341D;
}
</style>
border-color css
<style>
span { border-color: #28341D; }
span { border-color: rgb(40,52,29); }
td.TdClassName
{
border-color: #28341D;
}
.TagClassName
{
border-color: #28341D;
}
</style>