Shades of Black Forest #282E24
Tints of Black Forest #282E24
RGB
CMYK
RGB Variations
Color information
#282E24 (or 0x282E24) is known color: Black Forest. HEX triplet: 28, 2E and 24. RGB value is (40,46,36). Sum of RGB (Red+Green+Blue) = 40+46+36=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 46 - color contains mainly: green. Hex color #282E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E24 is #D7D1DB. Grayscale: #2B2B2B. Windows color (decimal): -14143964 or 2371112. OLE color: 2371112.
HSL color Cylindrical-coordinate representation of color #282E24: hue angle of 96º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #282E24 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 46 | 36 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.82 |
| HSL | 96º | 0.12% | 0.16% | - |
| HSV(B) | 96º | 0.22% | 0.18% | - |
| XYZ | 2.17 | 2.53 | 2.04 | - |
| YUV | 43.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 36 | 0.13 | 0 | 0.22 | 0.82 | 96 | 0.12 | 0.16 |
| Hex | 28 | 2E | 24 | D | 0 | 16 | 52 | 60 | C | 10 |
| Octal | 50 | 56 | 44 | 15 | 0 | 26 | 122 | 140 | 14 | 20 |
| Binary | 101000 | 101110 | 100100 | 1101 | 0 | 10110 | 1010010 | 1100000 | 1100 | 10000 |
Color Harmonies of #282E24
Complementary color
Monochromatic Colors of #282E24
Black with #282E24
Text Example
Text Example
White with #282E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E24; }
p { color: rgb(40,46,36); }
H1.HeaderClassName
{
color: #282E24;
}
.AnyTagClassName
{
color: #282E24;
}
</style>
background-color css
<style>
a { background-color: #282E24; }
a { background-color: rgb(40,46,36); }
div.DivClassName
{
background-color: #282E24;
}
.BgClassName
{
background-color: #282E24;
}
</style>
border-color css
<style>
span { border-color: #282E24; }
span { border-color: rgb(40,46,36); }
td.TdClassName
{
border-color: #282E24;
}
.TagClassName
{
border-color: #282E24;
}
</style>