Shades of Black Forest #27381C
Tints of Black Forest #27381C
RGB
CMYK
RGB Variations
Color information
#27381C (or 0x27381C) is known color: Black Forest. HEX triplet: 27, 38 and 1C. RGB value is (39,56,28). Sum of RGB (Red+Green+Blue) = 39+56+28=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #27381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27381C is #D8C7E3. Grayscale: #2F2F2F. Windows color (decimal): -14206948 or 1849383. OLE color: 1849383.
HSL color Cylindrical-coordinate representation of color #27381C: hue angle of 96.43º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #27381C is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 56 | 28 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.78 |
| HSL | 96.43º | 0.33% | 0.16% | - |
| HSV(B) | 96.43º | 0.5% | 0.22% | - |
| XYZ | 2.46 | 3.34 | 1.61 | - |
| YUV | 47.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 28 | 0.30 | 0 | 0.50 | 0.78 | 96.43 | 0.33 | 0.16 |
| Hex | 27 | 38 | 1C | 1E | 0 | 32 | 4E | 60 | 21 | 10 |
| Octal | 47 | 70 | 34 | 36 | 0 | 62 | 116 | 140 | 41 | 20 |
| Binary | 100111 | 111000 | 11100 | 11110 | 0 | 110010 | 1001110 | 1100000 | 100001 | 10000 |
Color Harmonies of #27381C
Complementary color
Monochromatic Colors of #27381C
Black with #27381C
Text Example
Text Example
White with #27381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27381C; }
p { color: rgb(39,56,28); }
H1.HeaderClassName
{
color: #27381C;
}
.AnyTagClassName
{
color: #27381C;
}
</style>
background-color css
<style>
a { background-color: #27381C; }
a { background-color: rgb(39,56,28); }
div.DivClassName
{
background-color: #27381C;
}
.BgClassName
{
background-color: #27381C;
}
</style>
border-color css
<style>
span { border-color: #27381C; }
span { border-color: rgb(39,56,28); }
td.TdClassName
{
border-color: #27381C;
}
.TagClassName
{
border-color: #27381C;
}
</style>