Shades of Black Forest #26381E
Tints of Black Forest #26381E
RGB
CMYK
RGB Variations
Color information
#26381E (or 0x26381E) is known color: Black Forest. HEX triplet: 26, 38 and 1E. RGB value is (38,56,30). Sum of RGB (Red+Green+Blue) = 38+56+30=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #26381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26381E is #D9C7E1. Grayscale: #2F2F2F. Windows color (decimal): -14272482 or 1980454. OLE color: 1980454.
HSL color Cylindrical-coordinate representation of color #26381E: hue angle of 101.54º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26381E is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 56 | 30 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.78 |
| HSL | 101.54º | 0.3% | 0.17% | - |
| HSV(B) | 101.54º | 0.46% | 0.22% | - |
| XYZ | 2.45 | 3.33 | 1.74 | - |
| YUV | 47.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 30 | 0.32 | 0 | 0.46 | 0.78 | 101.54 | 0.3 | 0.17 |
| Hex | 26 | 38 | 1E | 20 | 0 | 2E | 4E | 66 | 1E | 11 |
| Octal | 46 | 70 | 36 | 40 | 0 | 56 | 116 | 146 | 36 | 21 |
| Binary | 100110 | 111000 | 11110 | 100000 | 0 | 101110 | 1001110 | 1100110 | 11110 | 10001 |
Color Harmonies of #26381E
Complementary color
Monochromatic Colors of #26381E
Black with #26381E
Text Example
Text Example
White with #26381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26381E; }
p { color: rgb(38,56,30); }
H1.HeaderClassName
{
color: #26381E;
}
.AnyTagClassName
{
color: #26381E;
}
</style>
background-color css
<style>
a { background-color: #26381E; }
a { background-color: rgb(38,56,30); }
div.DivClassName
{
background-color: #26381E;
}
.BgClassName
{
background-color: #26381E;
}
</style>
border-color css
<style>
span { border-color: #26381E; }
span { border-color: rgb(38,56,30); }
td.TdClassName
{
border-color: #26381E;
}
.TagClassName
{
border-color: #26381E;
}
</style>