Shades of Black Forest #272F23
Tints of Black Forest #272F23
RGB
CMYK
RGB Variations
Color information
#272F23 (or 0x272F23) is known color: Black Forest. HEX triplet: 27, 2F and 23. RGB value is (39,47,35). Sum of RGB (Red+Green+Blue) = 39+47+35=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 47 - color contains mainly: green. Hex color #272F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F23 is #D8D0DC. Grayscale: #2B2B2B. Windows color (decimal): -14209245 or 2305831. OLE color: 2305831.
HSL color Cylindrical-coordinate representation of color #272F23: hue angle of 100º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #272F23 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 47 | 35 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.82 |
| HSL | 100º | 0.15% | 0.16% | - |
| HSV(B) | 100º | 0.26% | 0.18% | - |
| XYZ | 2.16 | 2.59 | 1.98 | - |
| YUV | 43.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 35 | 0.17 | 0 | 0.26 | 0.82 | 100 | 0.15 | 0.16 |
| Hex | 27 | 2F | 23 | 11 | 0 | 1A | 52 | 64 | F | 10 |
| Octal | 47 | 57 | 43 | 21 | 0 | 32 | 122 | 144 | 17 | 20 |
| Binary | 100111 | 101111 | 100011 | 10001 | 0 | 11010 | 1010010 | 1100100 | 1111 | 10000 |
Color Harmonies of #272F23
Complementary color
Monochromatic Colors of #272F23
Black with #272F23
Text Example
Text Example
White with #272F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F23; }
p { color: rgb(39,47,35); }
H1.HeaderClassName
{
color: #272F23;
}
.AnyTagClassName
{
color: #272F23;
}
</style>
background-color css
<style>
a { background-color: #272F23; }
a { background-color: rgb(39,47,35); }
div.DivClassName
{
background-color: #272F23;
}
.BgClassName
{
background-color: #272F23;
}
</style>
border-color css
<style>
span { border-color: #272F23; }
span { border-color: rgb(39,47,35); }
td.TdClassName
{
border-color: #272F23;
}
.TagClassName
{
border-color: #272F23;
}
</style>