Shades of Black Forest #26371B
Tints of Black Forest #26371B
RGB
CMYK
RGB Variations
Color information
#26371B (or 0x26371B) is known color: Black Forest. HEX triplet: 26, 37 and 1B. RGB value is (38,55,27). Sum of RGB (Red+Green+Blue) = 38+55+27=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #26371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26371B is #D9C8E4. Grayscale: #2E2E2E. Windows color (decimal): -14272741 or 1783590. OLE color: 1783590.
HSL color Cylindrical-coordinate representation of color #26371B: hue angle of 96.43º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26371B is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 55 | 27 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.78 |
| HSL | 96.43º | 0.34% | 0.16% | - |
| HSV(B) | 96.43º | 0.51% | 0.22% | - |
| XYZ | 2.36 | 3.22 | 1.53 | - |
| YUV | 46.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 27 | 0.31 | 0 | 0.51 | 0.78 | 96.43 | 0.34 | 0.16 |
| Hex | 26 | 37 | 1B | 1F | 0 | 33 | 4E | 60 | 22 | 10 |
| Octal | 46 | 67 | 33 | 37 | 0 | 63 | 116 | 140 | 42 | 20 |
| Binary | 100110 | 110111 | 11011 | 11111 | 0 | 110011 | 1001110 | 1100000 | 100010 | 10000 |
Color Harmonies of #26371B
Complementary color
Monochromatic Colors of #26371B
Black with #26371B
Text Example
Text Example
White with #26371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26371B; }
p { color: rgb(38,55,27); }
H1.HeaderClassName
{
color: #26371B;
}
.AnyTagClassName
{
color: #26371B;
}
</style>
background-color css
<style>
a { background-color: #26371B; }
a { background-color: rgb(38,55,27); }
div.DivClassName
{
background-color: #26371B;
}
.BgClassName
{
background-color: #26371B;
}
</style>
border-color css
<style>
span { border-color: #26371B; }
span { border-color: rgb(38,55,27); }
td.TdClassName
{
border-color: #26371B;
}
.TagClassName
{
border-color: #26371B;
}
</style>