Shades of Black Forest #27381D
Tints of Black Forest #27381D
RGB
CMYK
RGB Variations
Color information
#27381D (or 0x27381D) is known color: Black Forest. HEX triplet: 27, 38 and 1D. RGB value is (39,56,29). Sum of RGB (Red+Green+Blue) = 39+56+29=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #27381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27381D is #D8C7E2. Grayscale: #2F2F2F. Windows color (decimal): -14206947 or 1914919. OLE color: 1914919.
HSL color Cylindrical-coordinate representation of color #27381D: hue angle of 97.78º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #27381D is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 56 | 29 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.78 |
| HSL | 97.78º | 0.32% | 0.17% | - |
| HSV(B) | 97.78º | 0.48% | 0.22% | - |
| XYZ | 2.47 | 3.35 | 1.68 | - |
| YUV | 47.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 29 | 0.30 | 0 | 0.48 | 0.78 | 97.78 | 0.32 | 0.17 |
| Hex | 27 | 38 | 1D | 1E | 0 | 30 | 4E | 62 | 20 | 11 |
| Octal | 47 | 70 | 35 | 36 | 0 | 60 | 116 | 142 | 40 | 21 |
| Binary | 100111 | 111000 | 11101 | 11110 | 0 | 110000 | 1001110 | 1100010 | 100000 | 10001 |
Color Harmonies of #27381D
Complementary color
Monochromatic Colors of #27381D
Black with #27381D
Text Example
Text Example
White with #27381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27381D; }
p { color: rgb(39,56,29); }
H1.HeaderClassName
{
color: #27381D;
}
.AnyTagClassName
{
color: #27381D;
}
</style>
background-color css
<style>
a { background-color: #27381D; }
a { background-color: rgb(39,56,29); }
div.DivClassName
{
background-color: #27381D;
}
.BgClassName
{
background-color: #27381D;
}
</style>
border-color css
<style>
span { border-color: #27381D; }
span { border-color: rgb(39,56,29); }
td.TdClassName
{
border-color: #27381D;
}
.TagClassName
{
border-color: #27381D;
}
</style>