Shades of Black Forest #28371C
Tints of Black Forest #28371C
RGB
CMYK
RGB Variations
Color information
#28371C (or 0x28371C) is known color: Black Forest. HEX triplet: 28, 37 and 1C. RGB value is (40,55,28). Sum of RGB (Red+Green+Blue) = 40+55+28=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #28371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28371C is #D7C8E3. Grayscale: #2F2F2F. Windows color (decimal): -14141668 or 1849128. OLE color: 1849128.
HSL color Cylindrical-coordinate representation of color #28371C: hue angle of 93.33º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28371C is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 55 | 28 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.78 |
| HSL | 93.33º | 0.33% | 0.16% | - |
| HSV(B) | 93.33º | 0.49% | 0.22% | - |
| XYZ | 2.45 | 3.27 | 1.6 | - |
| YUV | 47.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 28 | 0.27 | 0 | 0.49 | 0.78 | 93.33 | 0.33 | 0.16 |
| Hex | 28 | 37 | 1C | 1B | 0 | 31 | 4E | 5D | 21 | 10 |
| Octal | 50 | 67 | 34 | 33 | 0 | 61 | 116 | 135 | 41 | 20 |
| Binary | 101000 | 110111 | 11100 | 11011 | 0 | 110001 | 1001110 | 1011101 | 100001 | 10000 |
Color Harmonies of #28371C
Complementary color
Monochromatic Colors of #28371C
Black with #28371C
Text Example
Text Example
White with #28371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28371C; }
p { color: rgb(40,55,28); }
H1.HeaderClassName
{
color: #28371C;
}
.AnyTagClassName
{
color: #28371C;
}
</style>
background-color css
<style>
a { background-color: #28371C; }
a { background-color: rgb(40,55,28); }
div.DivClassName
{
background-color: #28371C;
}
.BgClassName
{
background-color: #28371C;
}
</style>
border-color css
<style>
span { border-color: #28371C; }
span { border-color: rgb(40,55,28); }
td.TdClassName
{
border-color: #28371C;
}
.TagClassName
{
border-color: #28371C;
}
</style>