Shades of Black Forest #263C13
Tints of Black Forest #263C13
RGB
CMYK
RGB Variations
Color information
#263C13 (or 0x263C13) is known color: Black Forest. HEX triplet: 26, 3C and 13. RGB value is (38,60,19). Sum of RGB (Red+Green+Blue) = 38+60+19=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #263C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263C13 is #D9C3EC. Grayscale: #303030. Windows color (decimal): -14271469 or 1260582. OLE color: 1260582.
HSL color Cylindrical-coordinate representation of color #263C13: hue angle of 92.2º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #263C13 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 60 | 19 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.76 |
| HSL | 92.2º | 0.52% | 0.15% | - |
| HSV(B) | 92.2º | 0.68% | 0.24% | - |
| XYZ | 2.53 | 3.69 | 1.2 | - |
| YUV | 48.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 19 | 0.37 | 0 | 0.68 | 0.76 | 92.2 | 0.52 | 0.15 |
| Hex | 26 | 3C | 13 | 25 | 0 | 44 | 4C | 5C | 34 | F |
| Octal | 46 | 74 | 23 | 45 | 0 | 104 | 114 | 134 | 64 | 17 |
| Binary | 100110 | 111100 | 10011 | 100101 | 0 | 1000100 | 1001100 | 1011100 | 110100 | 1111 |
Color Harmonies of #263C13
Complementary color
Monochromatic Colors of #263C13
Black with #263C13
Text Example
Text Example
White with #263C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C13; }
p { color: rgb(38,60,19); }
H1.HeaderClassName
{
color: #263C13;
}
.AnyTagClassName
{
color: #263C13;
}
</style>
background-color css
<style>
a { background-color: #263C13; }
a { background-color: rgb(38,60,19); }
div.DivClassName
{
background-color: #263C13;
}
.BgClassName
{
background-color: #263C13;
}
</style>
border-color css
<style>
span { border-color: #263C13; }
span { border-color: rgb(38,60,19); }
td.TdClassName
{
border-color: #263C13;
}
.TagClassName
{
border-color: #263C13;
}
</style>