Shades of Black Forest #283920
Tints of Black Forest #283920
RGB
CMYK
RGB Variations
Color information
#283920 (or 0x283920) is known color: Black Forest. HEX triplet: 28, 39 and 20. RGB value is (40,57,32). Sum of RGB (Red+Green+Blue) = 40+57+32=129 (17% of max value = 765). Red value is 40 (16.02% from 255 or 31.01% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 57 - color contains mainly: green. Hex color #283920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283920 is #D7C6DF. Grayscale: #313131. Windows color (decimal): -14141152 or 2111784. OLE color: 2111784.
HSL color Cylindrical-coordinate representation of color #283920: hue angle of 100.8º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #283920 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 32 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.78 |
| HSL | 100.8º | 0.28% | 0.17% | - |
| HSV(B) | 100.8º | 0.44% | 0.22% | - |
| XYZ | 2.6 | 3.48 | 1.9 | - |
| YUV | 49.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 32 | 0.30 | 0 | 0.44 | 0.78 | 100.8 | 0.28 | 0.17 |
| Hex | 28 | 39 | 20 | 1E | 0 | 2C | 4E | 65 | 1C | 11 |
| Octal | 50 | 71 | 40 | 36 | 0 | 54 | 116 | 145 | 34 | 21 |
| Binary | 101000 | 111001 | 100000 | 11110 | 0 | 101100 | 1001110 | 1100101 | 11100 | 10001 |
Color Harmonies of #283920
Complementary color
Monochromatic Colors of #283920
Black with #283920
Text Example
Text Example
White with #283920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283920; }
p { color: rgb(40,57,32); }
H1.HeaderClassName
{
color: #283920;
}
.AnyTagClassName
{
color: #283920;
}
</style>
background-color css
<style>
a { background-color: #283920; }
a { background-color: rgb(40,57,32); }
div.DivClassName
{
background-color: #283920;
}
.BgClassName
{
background-color: #283920;
}
</style>
border-color css
<style>
span { border-color: #283920; }
span { border-color: rgb(40,57,32); }
td.TdClassName
{
border-color: #283920;
}
.TagClassName
{
border-color: #283920;
}
</style>