Shades of Black Forest #263620
Tints of Black Forest #263620
RGB
CMYK
RGB Variations
Color information
#263620 (or 0x263620) is known color: Black Forest. HEX triplet: 26, 36 and 20. RGB value is (38,54,32). Sum of RGB (Red+Green+Blue) = 38+54+32=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 54 - color contains mainly: green. Hex color #263620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263620 is #D9C9DF. Grayscale: #2E2E2E. Windows color (decimal): -14272992 or 2111014. OLE color: 2111014.
HSL color Cylindrical-coordinate representation of color #263620: hue angle of 103.64º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #263620 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 54 | 32 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.79 |
| HSL | 103.64º | 0.26% | 0.17% | - |
| HSV(B) | 103.64º | 0.41% | 0.21% | - |
| XYZ | 2.38 | 3.15 | 1.85 | - |
| YUV | 46.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 32 | 0.30 | 0 | 0.41 | 0.79 | 103.64 | 0.26 | 0.17 |
| Hex | 26 | 36 | 20 | 1E | 0 | 29 | 4F | 68 | 1A | 11 |
| Octal | 46 | 66 | 40 | 36 | 0 | 51 | 117 | 150 | 32 | 21 |
| Binary | 100110 | 110110 | 100000 | 11110 | 0 | 101001 | 1001111 | 1101000 | 11010 | 10001 |
Color Harmonies of #263620
Complementary color
Monochromatic Colors of #263620
Black with #263620
Text Example
Text Example
White with #263620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263620; }
p { color: rgb(38,54,32); }
H1.HeaderClassName
{
color: #263620;
}
.AnyTagClassName
{
color: #263620;
}
</style>
background-color css
<style>
a { background-color: #263620; }
a { background-color: rgb(38,54,32); }
div.DivClassName
{
background-color: #263620;
}
.BgClassName
{
background-color: #263620;
}
</style>
border-color css
<style>
span { border-color: #263620; }
span { border-color: rgb(38,54,32); }
td.TdClassName
{
border-color: #263620;
}
.TagClassName
{
border-color: #263620;
}
</style>