Shades of Black Forest #28391E
Tints of Black Forest #28391E
RGB
CMYK
RGB Variations
Color information
#28391E (or 0x28391E) is known color: Black Forest. HEX triplet: 28, 39 and 1E. RGB value is (40,57,30). Sum of RGB (Red+Green+Blue) = 40+57+30=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #28391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28391E is #D7C6E1. Grayscale: #303030. Windows color (decimal): -14141154 or 1980712. OLE color: 1980712.
HSL color Cylindrical-coordinate representation of color #28391E: hue angle of 97.78º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28391E is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 30 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.78 |
| HSL | 97.78º | 0.31% | 0.17% | - |
| HSV(B) | 97.78º | 0.47% | 0.22% | - |
| XYZ | 2.57 | 3.47 | 1.76 | - |
| YUV | 48.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 30 | 0.30 | 0 | 0.47 | 0.78 | 97.78 | 0.31 | 0.17 |
| Hex | 28 | 39 | 1E | 1E | 0 | 2F | 4E | 62 | 1F | 11 |
| Octal | 50 | 71 | 36 | 36 | 0 | 57 | 116 | 142 | 37 | 21 |
| Binary | 101000 | 111001 | 11110 | 11110 | 0 | 101111 | 1001110 | 1100010 | 11111 | 10001 |
Color Harmonies of #28391E
Complementary color
Monochromatic Colors of #28391E
Black with #28391E
Text Example
Text Example
White with #28391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28391E; }
p { color: rgb(40,57,30); }
H1.HeaderClassName
{
color: #28391E;
}
.AnyTagClassName
{
color: #28391E;
}
</style>
background-color css
<style>
a { background-color: #28391E; }
a { background-color: rgb(40,57,30); }
div.DivClassName
{
background-color: #28391E;
}
.BgClassName
{
background-color: #28391E;
}
</style>
border-color css
<style>
span { border-color: #28391E; }
span { border-color: rgb(40,57,30); }
td.TdClassName
{
border-color: #28391E;
}
.TagClassName
{
border-color: #28391E;
}
</style>