Shades of Black Forest #273B16
Tints of Black Forest #273B16
RGB
CMYK
RGB Variations
Color information
#273B16 (or 0x273B16) is known color: Black Forest. HEX triplet: 27, 3B and 16. RGB value is (39,59,22). Sum of RGB (Red+Green+Blue) = 39+59+22=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 59 (23.44% from 255 or 49.17% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 59 - color contains mainly: green. Hex color #273B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273B16 is #D8C4E9. Grayscale: #303030. Windows color (decimal): -14206186 or 1456935. OLE color: 1456935.
HSL color Cylindrical-coordinate representation of color #273B16: hue angle of 92.43º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #273B16 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 59 | 22 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.77 |
| HSL | 92.43º | 0.46% | 0.16% | - |
| HSV(B) | 92.43º | 0.63% | 0.23% | - |
| XYZ | 2.55 | 3.62 | 1.32 | - |
| YUV | 48.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 22 | 0.34 | 0 | 0.63 | 0.77 | 92.43 | 0.46 | 0.16 |
| Hex | 27 | 3B | 16 | 22 | 0 | 3F | 4D | 5C | 2E | 10 |
| Octal | 47 | 73 | 26 | 42 | 0 | 77 | 115 | 134 | 56 | 20 |
| Binary | 100111 | 111011 | 10110 | 100010 | 0 | 111111 | 1001101 | 1011100 | 101110 | 10000 |
Color Harmonies of #273B16
Complementary color
Monochromatic Colors of #273B16
Black with #273B16
Text Example
Text Example
White with #273B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273B16; }
p { color: rgb(39,59,22); }
H1.HeaderClassName
{
color: #273B16;
}
.AnyTagClassName
{
color: #273B16;
}
</style>
background-color css
<style>
a { background-color: #273B16; }
a { background-color: rgb(39,59,22); }
div.DivClassName
{
background-color: #273B16;
}
.BgClassName
{
background-color: #273B16;
}
</style>
border-color css
<style>
span { border-color: #273B16; }
span { border-color: rgb(39,59,22); }
td.TdClassName
{
border-color: #273B16;
}
.TagClassName
{
border-color: #273B16;
}
</style>