Shades of Black Forest #28391C
Tints of Black Forest #28391C
RGB
CMYK
RGB Variations
Color information
#28391C (or 0x28391C) is known color: Black Forest. HEX triplet: 28, 39 and 1C. RGB value is (40,57,28). Sum of RGB (Red+Green+Blue) = 40+57+28=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #28391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28391C is #D7C6E3. Grayscale: #303030. Windows color (decimal): -14141156 or 1849640. OLE color: 1849640.
HSL color Cylindrical-coordinate representation of color #28391C: hue angle of 95.17º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28391C is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 28 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.78 |
| HSL | 95.17º | 0.34% | 0.17% | - |
| HSV(B) | 95.17º | 0.51% | 0.22% | - |
| XYZ | 2.55 | 3.46 | 1.63 | - |
| YUV | 48.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 28 | 0.30 | 0 | 0.51 | 0.78 | 95.17 | 0.34 | 0.17 |
| Hex | 28 | 39 | 1C | 1E | 0 | 33 | 4E | 5F | 22 | 11 |
| Octal | 50 | 71 | 34 | 36 | 0 | 63 | 116 | 137 | 42 | 21 |
| Binary | 101000 | 111001 | 11100 | 11110 | 0 | 110011 | 1001110 | 1011111 | 100010 | 10001 |
Color Harmonies of #28391C
Complementary color
Monochromatic Colors of #28391C
Black with #28391C
Text Example
Text Example
White with #28391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28391C; }
p { color: rgb(40,57,28); }
H1.HeaderClassName
{
color: #28391C;
}
.AnyTagClassName
{
color: #28391C;
}
</style>
background-color css
<style>
a { background-color: #28391C; }
a { background-color: rgb(40,57,28); }
div.DivClassName
{
background-color: #28391C;
}
.BgClassName
{
background-color: #28391C;
}
</style>
border-color css
<style>
span { border-color: #28391C; }
span { border-color: rgb(40,57,28); }
td.TdClassName
{
border-color: #28391C;
}
.TagClassName
{
border-color: #28391C;
}
</style>