Shades of Black Forest #263F15
Tints of Black Forest #263F15
RGB
CMYK
RGB Variations
Color information
#263F15 (or 0x263F15) is known color: Black Forest. HEX triplet: 26, 3F and 15. RGB value is (38,63,21). Sum of RGB (Red+Green+Blue) = 38+63+21=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #263F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263F15 is #D9C0EA. Grayscale: #323232. Windows color (decimal): -14270699 or 1392422. OLE color: 1392422.
HSL color Cylindrical-coordinate representation of color #263F15: hue angle of 95.71º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #263F15 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 63 | 21 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.75 |
| HSL | 95.71º | 0.5% | 0.16% | - |
| HSV(B) | 95.71º | 0.67% | 0.25% | - |
| XYZ | 2.71 | 4.02 | 1.34 | - |
| YUV | 50.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 21 | 0.40 | 0 | 0.67 | 0.75 | 95.71 | 0.5 | 0.16 |
| Hex | 26 | 3F | 15 | 28 | 0 | 43 | 4B | 60 | 32 | 10 |
| Octal | 46 | 77 | 25 | 50 | 0 | 103 | 113 | 140 | 62 | 20 |
| Binary | 100110 | 111111 | 10101 | 101000 | 0 | 1000011 | 1001011 | 1100000 | 110010 | 10000 |
Color Harmonies of #263F15
Complementary color
Monochromatic Colors of #263F15
Black with #263F15
Text Example
Text Example
White with #263F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F15; }
p { color: rgb(38,63,21); }
H1.HeaderClassName
{
color: #263F15;
}
.AnyTagClassName
{
color: #263F15;
}
</style>
background-color css
<style>
a { background-color: #263F15; }
a { background-color: rgb(38,63,21); }
div.DivClassName
{
background-color: #263F15;
}
.BgClassName
{
background-color: #263F15;
}
</style>
border-color css
<style>
span { border-color: #263F15; }
span { border-color: rgb(38,63,21); }
td.TdClassName
{
border-color: #263F15;
}
.TagClassName
{
border-color: #263F15;
}
</style>