Shades of Black Forest #273C16
Tints of Black Forest #273C16
RGB
CMYK
RGB Variations
Color information
#273C16 (or 0x273C16) is known color: Black Forest. HEX triplet: 27, 3C and 16. RGB value is (39,60,22). Sum of RGB (Red+Green+Blue) = 39+60+22=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 60 - color contains mainly: green. Hex color #273C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273C16 is #D8C3E9. Grayscale: #313131. Windows color (decimal): -14205930 or 1457191. OLE color: 1457191.
HSL color Cylindrical-coordinate representation of color #273C16: hue angle of 93.16º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #273C16 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 22 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.76 |
| HSL | 93.16º | 0.46% | 0.16% | - |
| HSV(B) | 93.16º | 0.63% | 0.24% | - |
| XYZ | 2.6 | 3.72 | 1.34 | - |
| YUV | 49.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 22 | 0.35 | 0 | 0.63 | 0.76 | 93.16 | 0.46 | 0.16 |
| Hex | 27 | 3C | 16 | 23 | 0 | 3F | 4C | 5D | 2E | 10 |
| Octal | 47 | 74 | 26 | 43 | 0 | 77 | 114 | 135 | 56 | 20 |
| Binary | 100111 | 111100 | 10110 | 100011 | 0 | 111111 | 1001100 | 1011101 | 101110 | 10000 |
Color Harmonies of #273C16
Complementary color
Monochromatic Colors of #273C16
Black with #273C16
Text Example
Text Example
White with #273C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C16; }
p { color: rgb(39,60,22); }
H1.HeaderClassName
{
color: #273C16;
}
.AnyTagClassName
{
color: #273C16;
}
</style>
background-color css
<style>
a { background-color: #273C16; }
a { background-color: rgb(39,60,22); }
div.DivClassName
{
background-color: #273C16;
}
.BgClassName
{
background-color: #273C16;
}
</style>
border-color css
<style>
span { border-color: #273C16; }
span { border-color: rgb(39,60,22); }
td.TdClassName
{
border-color: #273C16;
}
.TagClassName
{
border-color: #273C16;
}
</style>