Shades of Black Forest #272F24
Tints of Black Forest #272F24
RGB
CMYK
RGB Variations
Color information
#272F24 (or 0x272F24) is known color: Black Forest. HEX triplet: 27, 2F and 24. RGB value is (39,47,36). Sum of RGB (Red+Green+Blue) = 39+47+36=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 47 - color contains mainly: green. Hex color #272F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F24 is #D8D0DB. Grayscale: #2B2B2B. Windows color (decimal): -14209244 or 2371367. OLE color: 2371367.
HSL color Cylindrical-coordinate representation of color #272F24: hue angle of 103.64º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #272F24 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 47 | 36 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.82 |
| HSL | 103.64º | 0.13% | 0.16% | - |
| HSV(B) | 103.64º | 0.23% | 0.18% | - |
| XYZ | 2.17 | 2.59 | 2.05 | - |
| YUV | 43.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 36 | 0.17 | 0 | 0.23 | 0.82 | 103.64 | 0.13 | 0.16 |
| Hex | 27 | 2F | 24 | 11 | 0 | 17 | 52 | 68 | D | 10 |
| Octal | 47 | 57 | 44 | 21 | 0 | 27 | 122 | 150 | 15 | 20 |
| Binary | 100111 | 101111 | 100100 | 10001 | 0 | 10111 | 1010010 | 1101000 | 1101 | 10000 |
Color Harmonies of #272F24
Complementary color
Monochromatic Colors of #272F24
Black with #272F24
Text Example
Text Example
White with #272F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F24; }
p { color: rgb(39,47,36); }
H1.HeaderClassName
{
color: #272F24;
}
.AnyTagClassName
{
color: #272F24;
}
</style>
background-color css
<style>
a { background-color: #272F24; }
a { background-color: rgb(39,47,36); }
div.DivClassName
{
background-color: #272F24;
}
.BgClassName
{
background-color: #272F24;
}
</style>
border-color css
<style>
span { border-color: #272F24; }
span { border-color: rgb(39,47,36); }
td.TdClassName
{
border-color: #272F24;
}
.TagClassName
{
border-color: #272F24;
}
</style>