Shades of Black Forest #263D14
Tints of Black Forest #263D14
RGB
CMYK
RGB Variations
Color information
#263D14 (or 0x263D14) is known color: Black Forest. HEX triplet: 26, 3D and 14. RGB value is (38,61,20). Sum of RGB (Red+Green+Blue) = 38+61+20=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #263D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263D14 is #D9C2EB. Grayscale: #313131. Windows color (decimal): -14271212 or 1326374. OLE color: 1326374.
HSL color Cylindrical-coordinate representation of color #263D14: hue angle of 93.66º degrees, saturation: 0.51, 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 #263D14 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 20 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.76 |
| HSL | 93.66º | 0.51% | 0.16% | - |
| HSV(B) | 93.66º | 0.67% | 0.24% | - |
| XYZ | 2.59 | 3.8 | 1.26 | - |
| YUV | 49.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 20 | 0.38 | 0 | 0.67 | 0.76 | 93.66 | 0.51 | 0.16 |
| Hex | 26 | 3D | 14 | 26 | 0 | 43 | 4C | 5E | 33 | 10 |
| Octal | 46 | 75 | 24 | 46 | 0 | 103 | 114 | 136 | 63 | 20 |
| Binary | 100110 | 111101 | 10100 | 100110 | 0 | 1000011 | 1001100 | 1011110 | 110011 | 10000 |
Color Harmonies of #263D14
Complementary color
Monochromatic Colors of #263D14
Black with #263D14
Text Example
Text Example
White with #263D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D14; }
p { color: rgb(38,61,20); }
H1.HeaderClassName
{
color: #263D14;
}
.AnyTagClassName
{
color: #263D14;
}
</style>
background-color css
<style>
a { background-color: #263D14; }
a { background-color: rgb(38,61,20); }
div.DivClassName
{
background-color: #263D14;
}
.BgClassName
{
background-color: #263D14;
}
</style>
border-color css
<style>
span { border-color: #263D14; }
span { border-color: rgb(38,61,20); }
td.TdClassName
{
border-color: #263D14;
}
.TagClassName
{
border-color: #263D14;
}
</style>