Shades of Black Forest #273C15
Tints of Black Forest #273C15
RGB
CMYK
RGB Variations
Color information
#273C15 (or 0x273C15) is known color: Black Forest. HEX triplet: 27, 3C and 15. RGB value is (39,60,21). Sum of RGB (Red+Green+Blue) = 39+60+21=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 60 (23.83% from 255 or 50% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 60 - color contains mainly: green. Hex color #273C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273C15 is #D8C3EA. Grayscale: #313131. Windows color (decimal): -14205931 or 1391655. OLE color: 1391655.
HSL color Cylindrical-coordinate representation of color #273C15: hue angle of 92.31º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #273C15 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 21 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.76 |
| HSL | 92.31º | 0.48% | 0.16% | - |
| HSV(B) | 92.31º | 0.65% | 0.24% | - |
| XYZ | 2.59 | 3.72 | 1.29 | - |
| YUV | 49.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 21 | 0.35 | 0 | 0.65 | 0.76 | 92.31 | 0.48 | 0.16 |
| Hex | 27 | 3C | 15 | 23 | 0 | 41 | 4C | 5C | 30 | 10 |
| Octal | 47 | 74 | 25 | 43 | 0 | 101 | 114 | 134 | 60 | 20 |
| Binary | 100111 | 111100 | 10101 | 100011 | 0 | 1000001 | 1001100 | 1011100 | 110000 | 10000 |
Color Harmonies of #273C15
Complementary color
Monochromatic Colors of #273C15
Black with #273C15
Text Example
Text Example
White with #273C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C15; }
p { color: rgb(39,60,21); }
H1.HeaderClassName
{
color: #273C15;
}
.AnyTagClassName
{
color: #273C15;
}
</style>
background-color css
<style>
a { background-color: #273C15; }
a { background-color: rgb(39,60,21); }
div.DivClassName
{
background-color: #273C15;
}
.BgClassName
{
background-color: #273C15;
}
</style>
border-color css
<style>
span { border-color: #273C15; }
span { border-color: rgb(39,60,21); }
td.TdClassName
{
border-color: #273C15;
}
.TagClassName
{
border-color: #273C15;
}
</style>