Shades of Black Forest #263C15
Tints of Black Forest #263C15
RGB
CMYK
RGB Variations
Color information
#263C15 (or 0x263C15) is known color: Black Forest. HEX triplet: 26, 3C and 15. RGB value is (38,60,21). Sum of RGB (Red+Green+Blue) = 38+60+21=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 60 (23.83% from 255 or 50.42% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 60 - color contains mainly: green. Hex color #263C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263C15 is #D9C3EA. Grayscale: #313131. Windows color (decimal): -14271467 or 1391654. OLE color: 1391654.
HSL color Cylindrical-coordinate representation of color #263C15: hue angle of 93.85º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #263C15 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 60 | 21 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.76 |
| HSL | 93.85º | 0.48% | 0.16% | - |
| HSV(B) | 93.85º | 0.65% | 0.24% | - |
| XYZ | 2.55 | 3.7 | 1.29 | - |
| YUV | 48.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 21 | 0.37 | 0 | 0.65 | 0.76 | 93.85 | 0.48 | 0.16 |
| Hex | 26 | 3C | 15 | 25 | 0 | 41 | 4C | 5E | 30 | 10 |
| Octal | 46 | 74 | 25 | 45 | 0 | 101 | 114 | 136 | 60 | 20 |
| Binary | 100110 | 111100 | 10101 | 100101 | 0 | 1000001 | 1001100 | 1011110 | 110000 | 10000 |
Color Harmonies of #263C15
Complementary color
Monochromatic Colors of #263C15
Black with #263C15
Text Example
Text Example
White with #263C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C15; }
p { color: rgb(38,60,21); }
H1.HeaderClassName
{
color: #263C15;
}
.AnyTagClassName
{
color: #263C15;
}
</style>
background-color css
<style>
a { background-color: #263C15; }
a { background-color: rgb(38,60,21); }
div.DivClassName
{
background-color: #263C15;
}
.BgClassName
{
background-color: #263C15;
}
</style>
border-color css
<style>
span { border-color: #263C15; }
span { border-color: rgb(38,60,21); }
td.TdClassName
{
border-color: #263C15;
}
.TagClassName
{
border-color: #263C15;
}
</style>