Shades of Black Forest #27391C
Tints of Black Forest #27391C
RGB
CMYK
RGB Variations
Color information
#27391C (or 0x27391C) is known color: Black Forest. HEX triplet: 27, 39 and 1C. RGB value is (39,57,28). Sum of RGB (Red+Green+Blue) = 39+57+28=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #27391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27391C is #D8C6E3. Grayscale: #303030. Windows color (decimal): -14206692 or 1849639. OLE color: 1849639.
HSL color Cylindrical-coordinate representation of color #27391C: hue angle of 97.24º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27391C is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 57 | 28 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.78 |
| HSL | 97.24º | 0.34% | 0.17% | - |
| HSV(B) | 97.24º | 0.51% | 0.22% | - |
| XYZ | 2.51 | 3.44 | 1.63 | - |
| YUV | 48.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 28 | 0.32 | 0 | 0.51 | 0.78 | 97.24 | 0.34 | 0.17 |
| Hex | 27 | 39 | 1C | 20 | 0 | 33 | 4E | 61 | 22 | 11 |
| Octal | 47 | 71 | 34 | 40 | 0 | 63 | 116 | 141 | 42 | 21 |
| Binary | 100111 | 111001 | 11100 | 100000 | 0 | 110011 | 1001110 | 1100001 | 100010 | 10001 |
Color Harmonies of #27391C
Complementary color
Monochromatic Colors of #27391C
Black with #27391C
Text Example
Text Example
White with #27391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27391C; }
p { color: rgb(39,57,28); }
H1.HeaderClassName
{
color: #27391C;
}
.AnyTagClassName
{
color: #27391C;
}
</style>
background-color css
<style>
a { background-color: #27391C; }
a { background-color: rgb(39,57,28); }
div.DivClassName
{
background-color: #27391C;
}
.BgClassName
{
background-color: #27391C;
}
</style>
border-color css
<style>
span { border-color: #27391C; }
span { border-color: rgb(39,57,28); }
td.TdClassName
{
border-color: #27391C;
}
.TagClassName
{
border-color: #27391C;
}
</style>