Shades of Black Forest #283921
Tints of Black Forest #283921
RGB
CMYK
RGB Variations
Color information
#283921 (or 0x283921) is known color: Black Forest. HEX triplet: 28, 39 and 21. RGB value is (40,57,33). Sum of RGB (Red+Green+Blue) = 40+57+33=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #283921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283921 is #D7C6DE. Grayscale: #313131. Windows color (decimal): -14141151 or 2177320. OLE color: 2177320.
HSL color Cylindrical-coordinate representation of color #283921: hue angle of 102.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #283921 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 33 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.78 |
| HSL | 102.5º | 0.27% | 0.18% | - |
| HSV(B) | 102.5º | 0.42% | 0.22% | - |
| XYZ | 2.61 | 3.49 | 1.97 | - |
| YUV | 49.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 33 | 0.30 | 0 | 0.42 | 0.78 | 102.5 | 0.27 | 0.18 |
| Hex | 28 | 39 | 21 | 1E | 0 | 2A | 4E | 66 | 1B | 12 |
| Octal | 50 | 71 | 41 | 36 | 0 | 52 | 116 | 146 | 33 | 22 |
| Binary | 101000 | 111001 | 100001 | 11110 | 0 | 101010 | 1001110 | 1100110 | 11011 | 10010 |
Color Harmonies of #283921
Complementary color
Monochromatic Colors of #283921
Black with #283921
Text Example
Text Example
White with #283921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283921; }
p { color: rgb(40,57,33); }
H1.HeaderClassName
{
color: #283921;
}
.AnyTagClassName
{
color: #283921;
}
</style>
background-color css
<style>
a { background-color: #283921; }
a { background-color: rgb(40,57,33); }
div.DivClassName
{
background-color: #283921;
}
.BgClassName
{
background-color: #283921;
}
</style>
border-color css
<style>
span { border-color: #283921; }
span { border-color: rgb(40,57,33); }
td.TdClassName
{
border-color: #283921;
}
.TagClassName
{
border-color: #283921;
}
</style>