Shades of Black Forest #272F20
Tints of Black Forest #272F20
RGB
CMYK
RGB Variations
Color information
#272F20 (or 0x272F20) is known color: Black Forest. HEX triplet: 27, 2F and 20. RGB value is (39,47,32). Sum of RGB (Red+Green+Blue) = 39+47+32=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 47 - color contains mainly: green. Hex color #272F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F20 is #D8D0DF. Grayscale: #2A2A2A. Windows color (decimal): -14209248 or 2109223. OLE color: 2109223.
HSL color Cylindrical-coordinate representation of color #272F20: hue angle of 92º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #272F20 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 47 | 32 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.82 |
| HSL | 92º | 0.19% | 0.15% | - |
| HSV(B) | 92º | 0.32% | 0.18% | - |
| XYZ | 2.11 | 2.57 | 1.75 | - |
| YUV | 42.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 32 | 0.17 | 0 | 0.32 | 0.82 | 92 | 0.19 | 0.15 |
| Hex | 27 | 2F | 20 | 11 | 0 | 20 | 52 | 5C | 13 | F |
| Octal | 47 | 57 | 40 | 21 | 0 | 40 | 122 | 134 | 23 | 17 |
| Binary | 100111 | 101111 | 100000 | 10001 | 0 | 100000 | 1010010 | 1011100 | 10011 | 1111 |
Color Harmonies of #272F20
Complementary color
Monochromatic Colors of #272F20
Black with #272F20
Text Example
Text Example
White with #272F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F20; }
p { color: rgb(39,47,32); }
H1.HeaderClassName
{
color: #272F20;
}
.AnyTagClassName
{
color: #272F20;
}
</style>
background-color css
<style>
a { background-color: #272F20; }
a { background-color: rgb(39,47,32); }
div.DivClassName
{
background-color: #272F20;
}
.BgClassName
{
background-color: #272F20;
}
</style>
border-color css
<style>
span { border-color: #272F20; }
span { border-color: rgb(39,47,32); }
td.TdClassName
{
border-color: #272F20;
}
.TagClassName
{
border-color: #272F20;
}
</style>