Shades of Black Forest #262E1F
Tints of Black Forest #262E1F
RGB
CMYK
RGB Variations
Color information
#262E1F (or 0x262E1F) is known color: Black Forest. HEX triplet: 26, 2E and 1F. RGB value is (38,46,31). Sum of RGB (Red+Green+Blue) = 38+46+31=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 46 - color contains mainly: green. Hex color #262E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262E1F is #D9D1E0. Grayscale: #292929. Windows color (decimal): -14275041 or 2043430. OLE color: 2043430.
HSL color Cylindrical-coordinate representation of color #262E1F: hue angle of 92º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #262E1F is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 46 | 31 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.82 |
| HSL | 92º | 0.19% | 0.15% | - |
| HSV(B) | 92º | 0.33% | 0.18% | - |
| XYZ | 2.02 | 2.46 | 1.67 | - |
| YUV | 41.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 31 | 0.17 | 0 | 0.33 | 0.82 | 92 | 0.19 | 0.15 |
| Hex | 26 | 2E | 1F | 11 | 0 | 21 | 52 | 5C | 13 | F |
| Octal | 46 | 56 | 37 | 21 | 0 | 41 | 122 | 134 | 23 | 17 |
| Binary | 100110 | 101110 | 11111 | 10001 | 0 | 100001 | 1010010 | 1011100 | 10011 | 1111 |
Color Harmonies of #262E1F
Complementary color
Monochromatic Colors of #262E1F
Black with #262E1F
Text Example
Text Example
White with #262E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E1F; }
p { color: rgb(38,46,31); }
H1.HeaderClassName
{
color: #262E1F;
}
.AnyTagClassName
{
color: #262E1F;
}
</style>
background-color css
<style>
a { background-color: #262E1F; }
a { background-color: rgb(38,46,31); }
div.DivClassName
{
background-color: #262E1F;
}
.BgClassName
{
background-color: #262E1F;
}
</style>
border-color css
<style>
span { border-color: #262E1F; }
span { border-color: rgb(38,46,31); }
td.TdClassName
{
border-color: #262E1F;
}
.TagClassName
{
border-color: #262E1F;
}
</style>