Shades of Black Forest #28391F
Tints of Black Forest #28391F
RGB
CMYK
RGB Variations
Color information
#28391F (or 0x28391F) is known color: Black Forest. HEX triplet: 28, 39 and 1F. RGB value is (40,57,31). Sum of RGB (Red+Green+Blue) = 40+57+31=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #28391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28391F is #D7C6E0. Grayscale: #313131. Windows color (decimal): -14141153 or 2046248. OLE color: 2046248.
HSL color Cylindrical-coordinate representation of color #28391F: hue angle of 99.23º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #28391F is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 31 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.78 |
| HSL | 99.23º | 0.3% | 0.17% | - |
| HSV(B) | 99.23º | 0.46% | 0.22% | - |
| XYZ | 2.59 | 3.48 | 1.83 | - |
| YUV | 48.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 31 | 0.30 | 0 | 0.46 | 0.78 | 99.23 | 0.3 | 0.17 |
| Hex | 28 | 39 | 1F | 1E | 0 | 2E | 4E | 63 | 1E | 11 |
| Octal | 50 | 71 | 37 | 36 | 0 | 56 | 116 | 143 | 36 | 21 |
| Binary | 101000 | 111001 | 11111 | 11110 | 0 | 101110 | 1001110 | 1100011 | 11110 | 10001 |
Color Harmonies of #28391F
Complementary color
Monochromatic Colors of #28391F
Black with #28391F
Text Example
Text Example
White with #28391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28391F; }
p { color: rgb(40,57,31); }
H1.HeaderClassName
{
color: #28391F;
}
.AnyTagClassName
{
color: #28391F;
}
</style>
background-color css
<style>
a { background-color: #28391F; }
a { background-color: rgb(40,57,31); }
div.DivClassName
{
background-color: #28391F;
}
.BgClassName
{
background-color: #28391F;
}
</style>
border-color css
<style>
span { border-color: #28391F; }
span { border-color: rgb(40,57,31); }
td.TdClassName
{
border-color: #28391F;
}
.TagClassName
{
border-color: #28391F;
}
</style>