Shades of Black Forest #28411B
Tints of Black Forest #28411B
RGB
CMYK
RGB Variations
Color information
#28411B (or 0x28411B) is known color: Black Forest. HEX triplet: 28, 41 and 1B. RGB value is (40,65,27). Sum of RGB (Red+Green+Blue) = 40+65+27=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #28411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28411B is #D7BEE4. Grayscale: #353535. Windows color (decimal): -14139109 or 1786152. OLE color: 1786152.
HSL color Cylindrical-coordinate representation of color #28411B: hue angle of 99.47º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28411B is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 65 | 27 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.75 |
| HSL | 99.47º | 0.41% | 0.18% | - |
| HSV(B) | 99.47º | 0.58% | 0.25% | - |
| XYZ | 2.96 | 4.31 | 1.71 | - |
| YUV | 53.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 27 | 0.38 | 0 | 0.58 | 0.75 | 99.47 | 0.41 | 0.18 |
| Hex | 28 | 41 | 1B | 26 | 0 | 3A | 4B | 63 | 29 | 12 |
| Octal | 50 | 101 | 33 | 46 | 0 | 72 | 113 | 143 | 51 | 22 |
| Binary | 101000 | 1000001 | 11011 | 100110 | 0 | 111010 | 1001011 | 1100011 | 101001 | 10010 |
Color Harmonies of #28411B
Complementary color
Monochromatic Colors of #28411B
Black with #28411B
Text Example
Text Example
White with #28411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28411B; }
p { color: rgb(40,65,27); }
H1.HeaderClassName
{
color: #28411B;
}
.AnyTagClassName
{
color: #28411B;
}
</style>
background-color css
<style>
a { background-color: #28411B; }
a { background-color: rgb(40,65,27); }
div.DivClassName
{
background-color: #28411B;
}
.BgClassName
{
background-color: #28411B;
}
</style>
border-color css
<style>
span { border-color: #28411B; }
span { border-color: rgb(40,65,27); }
td.TdClassName
{
border-color: #28411B;
}
.TagClassName
{
border-color: #28411B;
}
</style>