Shades of Black Forest #263E13
Tints of Black Forest #263E13
RGB
CMYK
RGB Variations
Color information
#263E13 (or 0x263E13) is known color: Black Forest. HEX triplet: 26, 3E and 13. RGB value is (38,62,19). Sum of RGB (Red+Green+Blue) = 38+62+19=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 62 (24.61% from 255 or 52.10% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 62 - color contains mainly: green. Hex color #263E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263E13 is #D9C1EC. Grayscale: #323232. Windows color (decimal): -14270957 or 1261094. OLE color: 1261094.
HSL color Cylindrical-coordinate representation of color #263E13: hue angle of 93.49º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #263E13 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 62 | 19 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.76 |
| HSL | 93.49º | 0.53% | 0.16% | - |
| HSV(B) | 93.49º | 0.69% | 0.24% | - |
| XYZ | 2.64 | 3.9 | 1.23 | - |
| YUV | 49.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 19 | 0.39 | 0 | 0.69 | 0.76 | 93.49 | 0.53 | 0.16 |
| Hex | 26 | 3E | 13 | 27 | 0 | 45 | 4C | 5D | 35 | 10 |
| Octal | 46 | 76 | 23 | 47 | 0 | 105 | 114 | 135 | 65 | 20 |
| Binary | 100110 | 111110 | 10011 | 100111 | 0 | 1000101 | 1001100 | 1011101 | 110101 | 10000 |
Color Harmonies of #263E13
Complementary color
Monochromatic Colors of #263E13
Black with #263E13
Text Example
Text Example
White with #263E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E13; }
p { color: rgb(38,62,19); }
H1.HeaderClassName
{
color: #263E13;
}
.AnyTagClassName
{
color: #263E13;
}
</style>
background-color css
<style>
a { background-color: #263E13; }
a { background-color: rgb(38,62,19); }
div.DivClassName
{
background-color: #263E13;
}
.BgClassName
{
background-color: #263E13;
}
</style>
border-color css
<style>
span { border-color: #263E13; }
span { border-color: rgb(38,62,19); }
td.TdClassName
{
border-color: #263E13;
}
.TagClassName
{
border-color: #263E13;
}
</style>