Shades of Black Forest #263C14
Tints of Black Forest #263C14
RGB
CMYK
RGB Variations
Color information
#263C14 (or 0x263C14) is known color: Black Forest. HEX triplet: 26, 3C and 14. RGB value is (38,60,20). Sum of RGB (Red+Green+Blue) = 38+60+20=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 60 (23.83% from 255 or 50.85% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 60 - color contains mainly: green. Hex color #263C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263C14 is #D9C3EB. Grayscale: #313131. Windows color (decimal): -14271468 or 1326118. OLE color: 1326118.
HSL color Cylindrical-coordinate representation of color #263C14: hue angle of 93º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #263C14 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 60 | 20 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.76 |
| HSL | 93º | 0.5% | 0.16% | - |
| HSV(B) | 93º | 0.67% | 0.24% | - |
| XYZ | 2.54 | 3.69 | 1.24 | - |
| YUV | 48.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 20 | 0.37 | 0 | 0.67 | 0.76 | 93 | 0.5 | 0.16 |
| Hex | 26 | 3C | 14 | 25 | 0 | 43 | 4C | 5D | 32 | 10 |
| Octal | 46 | 74 | 24 | 45 | 0 | 103 | 114 | 135 | 62 | 20 |
| Binary | 100110 | 111100 | 10100 | 100101 | 0 | 1000011 | 1001100 | 1011101 | 110010 | 10000 |
Color Harmonies of #263C14
Complementary color
Monochromatic Colors of #263C14
Black with #263C14
Text Example
Text Example
White with #263C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C14; }
p { color: rgb(38,60,20); }
H1.HeaderClassName
{
color: #263C14;
}
.AnyTagClassName
{
color: #263C14;
}
</style>
background-color css
<style>
a { background-color: #263C14; }
a { background-color: rgb(38,60,20); }
div.DivClassName
{
background-color: #263C14;
}
.BgClassName
{
background-color: #263C14;
}
</style>
border-color css
<style>
span { border-color: #263C14; }
span { border-color: rgb(38,60,20); }
td.TdClassName
{
border-color: #263C14;
}
.TagClassName
{
border-color: #263C14;
}
</style>