Shades of Black Forest #264110
Tints of Black Forest #264110
RGB
CMYK
RGB Variations
Color information
#264110 (or 0x264110) is known color: Black Forest. HEX triplet: 26, 41 and 10. RGB value is (38,65,16). Sum of RGB (Red+Green+Blue) = 38+65+16=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #264110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264110 is #D9BEEF. Grayscale: #333333. Windows color (decimal): -14270192 or 1065254. OLE color: 1065254.
HSL color Cylindrical-coordinate representation of color #264110: hue angle of 93.06º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264110 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 65 | 16 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.75 |
| HSL | 93.06º | 0.6% | 0.16% | - |
| HSV(B) | 93.06º | 0.75% | 0.25% | - |
| XYZ | 2.78 | 4.23 | 1.16 | - |
| YUV | 51.34 | 108.05 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 16 | 0.42 | 0 | 0.75 | 0.75 | 93.06 | 0.6 | 0.16 |
| Hex | 26 | 41 | 10 | 2A | 0 | 4B | 4B | 5D | 3C | 10 |
| Octal | 46 | 101 | 20 | 52 | 0 | 113 | 113 | 135 | 74 | 20 |
| Binary | 100110 | 1000001 | 10000 | 101010 | 0 | 1001011 | 1001011 | 1011101 | 111100 | 10000 |
Color Harmonies of #264110
Complementary color
Monochromatic Colors of #264110
Black with #264110
Text Example
Text Example
White with #264110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264110; }
p { color: rgb(38,65,16); }
H1.HeaderClassName
{
color: #264110;
}
.AnyTagClassName
{
color: #264110;
}
</style>
background-color css
<style>
a { background-color: #264110; }
a { background-color: rgb(38,65,16); }
div.DivClassName
{
background-color: #264110;
}
.BgClassName
{
background-color: #264110;
}
</style>
border-color css
<style>
span { border-color: #264110; }
span { border-color: rgb(38,65,16); }
td.TdClassName
{
border-color: #264110;
}
.TagClassName
{
border-color: #264110;
}
</style>