Shades of Black Forest #273F18
Tints of Black Forest #273F18
RGB
CMYK
RGB Variations
Color information
#273F18 (or 0x273F18) is known color: Black Forest. HEX triplet: 27, 3F and 18. RGB value is (39,63,24). Sum of RGB (Red+Green+Blue) = 39+63+24=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #273F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273F18 is #D8C0E7. Grayscale: #333333. Windows color (decimal): -14205160 or 1589031. OLE color: 1589031.
HSL color Cylindrical-coordinate representation of color #273F18: hue angle of 96.92º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #273F18 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 63 | 24 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.75 |
| HSL | 96.92º | 0.45% | 0.17% | - |
| HSV(B) | 96.92º | 0.62% | 0.25% | - |
| XYZ | 2.78 | 4.05 | 1.5 | - |
| YUV | 51.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 24 | 0.38 | 0 | 0.62 | 0.75 | 96.92 | 0.45 | 0.17 |
| Hex | 27 | 3F | 18 | 26 | 0 | 3E | 4B | 61 | 2D | 11 |
| Octal | 47 | 77 | 30 | 46 | 0 | 76 | 113 | 141 | 55 | 21 |
| Binary | 100111 | 111111 | 11000 | 100110 | 0 | 111110 | 1001011 | 1100001 | 101101 | 10001 |
Color Harmonies of #273F18
Complementary color
Monochromatic Colors of #273F18
Black with #273F18
Text Example
Text Example
White with #273F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F18; }
p { color: rgb(39,63,24); }
H1.HeaderClassName
{
color: #273F18;
}
.AnyTagClassName
{
color: #273F18;
}
</style>
background-color css
<style>
a { background-color: #273F18; }
a { background-color: rgb(39,63,24); }
div.DivClassName
{
background-color: #273F18;
}
.BgClassName
{
background-color: #273F18;
}
</style>
border-color css
<style>
span { border-color: #273F18; }
span { border-color: rgb(39,63,24); }
td.TdClassName
{
border-color: #273F18;
}
.TagClassName
{
border-color: #273F18;
}
</style>