Shades of Black Forest #262F1F
Tints of Black Forest #262F1F
RGB
CMYK
RGB Variations
Color information
#262F1F (or 0x262F1F) is known color: Black Forest. HEX triplet: 26, 2F and 1F. RGB value is (38,47,31). Sum of RGB (Red+Green+Blue) = 38+47+31=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 47 - color contains mainly: green. Hex color #262F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F1F is #D9D0E0. Grayscale: #2A2A2A. Windows color (decimal): -14274785 or 2043686. OLE color: 2043686.
HSL color Cylindrical-coordinate representation of color #262F1F: hue angle of 93.75º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #262F1F is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 47 | 31 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.82 |
| HSL | 93.75º | 0.21% | 0.15% | - |
| HSV(B) | 93.75º | 0.34% | 0.18% | - |
| XYZ | 2.06 | 2.54 | 1.68 | - |
| YUV | 42.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 31 | 0.19 | 0 | 0.34 | 0.82 | 93.75 | 0.21 | 0.15 |
| Hex | 26 | 2F | 1F | 13 | 0 | 22 | 52 | 5E | 15 | F |
| Octal | 46 | 57 | 37 | 23 | 0 | 42 | 122 | 136 | 25 | 17 |
| Binary | 100110 | 101111 | 11111 | 10011 | 0 | 100010 | 1010010 | 1011110 | 10101 | 1111 |
Color Harmonies of #262F1F
Complementary color
Monochromatic Colors of #262F1F
Black with #262F1F
Text Example
Text Example
White with #262F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F1F; }
p { color: rgb(38,47,31); }
H1.HeaderClassName
{
color: #262F1F;
}
.AnyTagClassName
{
color: #262F1F;
}
</style>
background-color css
<style>
a { background-color: #262F1F; }
a { background-color: rgb(38,47,31); }
div.DivClassName
{
background-color: #262F1F;
}
.BgClassName
{
background-color: #262F1F;
}
</style>
border-color css
<style>
span { border-color: #262F1F; }
span { border-color: rgb(38,47,31); }
td.TdClassName
{
border-color: #262F1F;
}
.TagClassName
{
border-color: #262F1F;
}
</style>