Shades of Black Forest #28371B
Tints of Black Forest #28371B
RGB
CMYK
RGB Variations
Color information
#28371B (or 0x28371B) is known color: Black Forest. HEX triplet: 28, 37 and 1B. RGB value is (40,55,27). Sum of RGB (Red+Green+Blue) = 40+55+27=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #28371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28371B is #D7C8E4. Grayscale: #2F2F2F. Windows color (decimal): -14141669 or 1783592. OLE color: 1783592.
HSL color Cylindrical-coordinate representation of color #28371B: hue angle of 92.14º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28371B is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 55 | 27 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.78 |
| HSL | 92.14º | 0.34% | 0.16% | - |
| HSV(B) | 92.14º | 0.51% | 0.22% | - |
| XYZ | 2.44 | 3.26 | 1.54 | - |
| YUV | 47.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 27 | 0.27 | 0 | 0.51 | 0.78 | 92.14 | 0.34 | 0.16 |
| Hex | 28 | 37 | 1B | 1B | 0 | 33 | 4E | 5C | 22 | 10 |
| Octal | 50 | 67 | 33 | 33 | 0 | 63 | 116 | 134 | 42 | 20 |
| Binary | 101000 | 110111 | 11011 | 11011 | 0 | 110011 | 1001110 | 1011100 | 100010 | 10000 |
Color Harmonies of #28371B
Complementary color
Monochromatic Colors of #28371B
Black with #28371B
Text Example
Text Example
White with #28371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28371B; }
p { color: rgb(40,55,27); }
H1.HeaderClassName
{
color: #28371B;
}
.AnyTagClassName
{
color: #28371B;
}
</style>
background-color css
<style>
a { background-color: #28371B; }
a { background-color: rgb(40,55,27); }
div.DivClassName
{
background-color: #28371B;
}
.BgClassName
{
background-color: #28371B;
}
</style>
border-color css
<style>
span { border-color: #28371B; }
span { border-color: rgb(40,55,27); }
td.TdClassName
{
border-color: #28371B;
}
.TagClassName
{
border-color: #28371B;
}
</style>