Shades of Black Forest #28381F
Tints of Black Forest #28381F
RGB
CMYK
RGB Variations
Color information
#28381F (or 0x28381F) is known color: Black Forest. HEX triplet: 28, 38 and 1F. RGB value is (40,56,31). Sum of RGB (Red+Green+Blue) = 40+56+31=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #28381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28381F is #D7C7E0. Grayscale: #303030. Windows color (decimal): -14141409 or 2045992. OLE color: 2045992.
HSL color Cylindrical-coordinate representation of color #28381F: hue angle of 98.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #28381F is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 56 | 31 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.78 |
| HSL | 98.4º | 0.29% | 0.17% | - |
| HSV(B) | 98.4º | 0.45% | 0.22% | - |
| XYZ | 2.54 | 3.38 | 1.81 | - |
| YUV | 48.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 31 | 0.29 | 0 | 0.45 | 0.78 | 98.4 | 0.29 | 0.17 |
| Hex | 28 | 38 | 1F | 1D | 0 | 2D | 4E | 62 | 1D | 11 |
| Octal | 50 | 70 | 37 | 35 | 0 | 55 | 116 | 142 | 35 | 21 |
| Binary | 101000 | 111000 | 11111 | 11101 | 0 | 101101 | 1001110 | 1100010 | 11101 | 10001 |
Color Harmonies of #28381F
Complementary color
Monochromatic Colors of #28381F
Black with #28381F
Text Example
Text Example
White with #28381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28381F; }
p { color: rgb(40,56,31); }
H1.HeaderClassName
{
color: #28381F;
}
.AnyTagClassName
{
color: #28381F;
}
</style>
background-color css
<style>
a { background-color: #28381F; }
a { background-color: rgb(40,56,31); }
div.DivClassName
{
background-color: #28381F;
}
.BgClassName
{
background-color: #28381F;
}
</style>
border-color css
<style>
span { border-color: #28381F; }
span { border-color: rgb(40,56,31); }
td.TdClassName
{
border-color: #28381F;
}
.TagClassName
{
border-color: #28381F;
}
</style>