Shades of Black Forest #27341D
Tints of Black Forest #27341D
RGB
CMYK
RGB Variations
Color information
#27341D (or 0x27341D) is known color: Black Forest. HEX triplet: 27, 34 and 1D. RGB value is (39,52,29). Sum of RGB (Red+Green+Blue) = 39+52+29=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #27341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27341D is #D8CBE2. Grayscale: #2D2D2D. Windows color (decimal): -14207971 or 1913895. OLE color: 1913895.
HSL color Cylindrical-coordinate representation of color #27341D: hue angle of 93.91º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #27341D is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 52 | 29 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.80 |
| HSL | 93.91º | 0.28% | 0.16% | - |
| HSV(B) | 93.91º | 0.44% | 0.2% | - |
| XYZ | 2.29 | 2.98 | 1.62 | - |
| YUV | 45.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 52 | 29 | 0.25 | 0 | 0.44 | 0.80 | 93.91 | 0.28 | 0.16 |
| Hex | 27 | 34 | 1D | 19 | 0 | 2C | 50 | 5E | 1C | 10 |
| Octal | 47 | 64 | 35 | 31 | 0 | 54 | 120 | 136 | 34 | 20 |
| Binary | 100111 | 110100 | 11101 | 11001 | 0 | 101100 | 1010000 | 1011110 | 11100 | 10000 |
Color Harmonies of #27341D
Complementary color
Monochromatic Colors of #27341D
Black with #27341D
Text Example
Text Example
White with #27341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27341D; }
p { color: rgb(39,52,29); }
H1.HeaderClassName
{
color: #27341D;
}
.AnyTagClassName
{
color: #27341D;
}
</style>
background-color css
<style>
a { background-color: #27341D; }
a { background-color: rgb(39,52,29); }
div.DivClassName
{
background-color: #27341D;
}
.BgClassName
{
background-color: #27341D;
}
</style>
border-color css
<style>
span { border-color: #27341D; }
span { border-color: rgb(39,52,29); }
td.TdClassName
{
border-color: #27341D;
}
.TagClassName
{
border-color: #27341D;
}
</style>