Shades of Black Forest #263F16
Tints of Black Forest #263F16
RGB
CMYK
RGB Variations
Color information
#263F16 (or 0x263F16) is known color: Black Forest. HEX triplet: 26, 3F and 16. RGB value is (38,63,22). Sum of RGB (Red+Green+Blue) = 38+63+22=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #263F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263F16 is #D9C0E9. Grayscale: #323232. Windows color (decimal): -14270698 or 1457958. OLE color: 1457958.
HSL color Cylindrical-coordinate representation of color #263F16: hue angle of 96.59º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #263F16 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 63 | 22 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.75 |
| HSL | 96.59º | 0.48% | 0.17% | - |
| HSV(B) | 96.59º | 0.65% | 0.25% | - |
| XYZ | 2.72 | 4.03 | 1.39 | - |
| YUV | 50.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 22 | 0.40 | 0 | 0.65 | 0.75 | 96.59 | 0.48 | 0.17 |
| Hex | 26 | 3F | 16 | 28 | 0 | 41 | 4B | 61 | 30 | 11 |
| Octal | 46 | 77 | 26 | 50 | 0 | 101 | 113 | 141 | 60 | 21 |
| Binary | 100110 | 111111 | 10110 | 101000 | 0 | 1000001 | 1001011 | 1100001 | 110000 | 10001 |
Color Harmonies of #263F16
Complementary color
Monochromatic Colors of #263F16
Black with #263F16
Text Example
Text Example
White with #263F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F16; }
p { color: rgb(38,63,22); }
H1.HeaderClassName
{
color: #263F16;
}
.AnyTagClassName
{
color: #263F16;
}
</style>
background-color css
<style>
a { background-color: #263F16; }
a { background-color: rgb(38,63,22); }
div.DivClassName
{
background-color: #263F16;
}
.BgClassName
{
background-color: #263F16;
}
</style>
border-color css
<style>
span { border-color: #263F16; }
span { border-color: rgb(38,63,22); }
td.TdClassName
{
border-color: #263F16;
}
.TagClassName
{
border-color: #263F16;
}
</style>