Shades of Black Forest #283124
Tints of Black Forest #283124
RGB
CMYK
RGB Variations
Color information
#283124 (or 0x283124) is known color: Black Forest. HEX triplet: 28, 31 and 24. RGB value is (40,49,36). Sum of RGB (Red+Green+Blue) = 40+49+36=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #283124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283124 is #D7CEDB. Grayscale: #2C2C2C. Windows color (decimal): -14143196 or 2371880. OLE color: 2371880.
HSL color Cylindrical-coordinate representation of color #283124: hue angle of 101.54º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #283124 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 49 | 36 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.81 |
| HSL | 101.54º | 0.15% | 0.17% | - |
| HSV(B) | 101.54º | 0.27% | 0.19% | - |
| XYZ | 2.29 | 2.78 | 2.08 | - |
| YUV | 44.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 36 | 0.18 | 0 | 0.27 | 0.81 | 101.54 | 0.15 | 0.17 |
| Hex | 28 | 31 | 24 | 12 | 0 | 1B | 51 | 66 | F | 11 |
| Octal | 50 | 61 | 44 | 22 | 0 | 33 | 121 | 146 | 17 | 21 |
| Binary | 101000 | 110001 | 100100 | 10010 | 0 | 11011 | 1010001 | 1100110 | 1111 | 10001 |
Color Harmonies of #283124
Complementary color
Monochromatic Colors of #283124
Black with #283124
Text Example
Text Example
White with #283124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283124; }
p { color: rgb(40,49,36); }
H1.HeaderClassName
{
color: #283124;
}
.AnyTagClassName
{
color: #283124;
}
</style>
background-color css
<style>
a { background-color: #283124; }
a { background-color: rgb(40,49,36); }
div.DivClassName
{
background-color: #283124;
}
.BgClassName
{
background-color: #283124;
}
</style>
border-color css
<style>
span { border-color: #283124; }
span { border-color: rgb(40,49,36); }
td.TdClassName
{
border-color: #283124;
}
.TagClassName
{
border-color: #283124;
}
</style>