Shades of Black Forest #263122
Tints of Black Forest #263122
RGB
CMYK
RGB Variations
Color information
#263122 (or 0x263122) is known color: Black Forest. HEX triplet: 26, 31 and 22. RGB value is (38,49,34). Sum of RGB (Red+Green+Blue) = 38+49+34=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #263122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263122 is #D9CEDD. Grayscale: #2C2C2C. Windows color (decimal): -14274270 or 2240806. OLE color: 2240806.
HSL color Cylindrical-coordinate representation of color #263122: hue angle of 104º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #263122 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 49 | 34 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.81 |
| HSL | 104º | 0.18% | 0.16% | - |
| HSV(B) | 104º | 0.31% | 0.19% | - |
| XYZ | 2.19 | 2.72 | 1.92 | - |
| YUV | 44 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 34 | 0.22 | 0 | 0.31 | 0.81 | 104 | 0.18 | 0.16 |
| Hex | 26 | 31 | 22 | 16 | 0 | 1F | 51 | 68 | 12 | 10 |
| Octal | 46 | 61 | 42 | 26 | 0 | 37 | 121 | 150 | 22 | 20 |
| Binary | 100110 | 110001 | 100010 | 10110 | 0 | 11111 | 1010001 | 1101000 | 10010 | 10000 |
Color Harmonies of #263122
Complementary color
Monochromatic Colors of #263122
Black with #263122
Text Example
Text Example
White with #263122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263122; }
p { color: rgb(38,49,34); }
H1.HeaderClassName
{
color: #263122;
}
.AnyTagClassName
{
color: #263122;
}
</style>
background-color css
<style>
a { background-color: #263122; }
a { background-color: rgb(38,49,34); }
div.DivClassName
{
background-color: #263122;
}
.BgClassName
{
background-color: #263122;
}
</style>
border-color css
<style>
span { border-color: #263122; }
span { border-color: rgb(38,49,34); }
td.TdClassName
{
border-color: #263122;
}
.TagClassName
{
border-color: #263122;
}
</style>