Shades of Black Forest #27381B
Tints of Black Forest #27381B
RGB
CMYK
RGB Variations
Color information
#27381B (or 0x27381B) is known color: Black Forest. HEX triplet: 27, 38 and 1B. RGB value is (39,56,27). Sum of RGB (Red+Green+Blue) = 39+56+27=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #27381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27381B is #D8C7E4. Grayscale: #2F2F2F. Windows color (decimal): -14206949 or 1783847. OLE color: 1783847.
HSL color Cylindrical-coordinate representation of color #27381B: hue angle of 95.17º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #27381B is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 56 | 27 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.78 |
| HSL | 95.17º | 0.35% | 0.16% | - |
| HSV(B) | 95.17º | 0.52% | 0.22% | - |
| XYZ | 2.45 | 3.34 | 1.55 | - |
| YUV | 47.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 27 | 0.30 | 0 | 0.52 | 0.78 | 95.17 | 0.35 | 0.16 |
| Hex | 27 | 38 | 1B | 1E | 0 | 34 | 4E | 5F | 23 | 10 |
| Octal | 47 | 70 | 33 | 36 | 0 | 64 | 116 | 137 | 43 | 20 |
| Binary | 100111 | 111000 | 11011 | 11110 | 0 | 110100 | 1001110 | 1011111 | 100011 | 10000 |
Color Harmonies of #27381B
Complementary color
Monochromatic Colors of #27381B
Black with #27381B
Text Example
Text Example
White with #27381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27381B; }
p { color: rgb(39,56,27); }
H1.HeaderClassName
{
color: #27381B;
}
.AnyTagClassName
{
color: #27381B;
}
</style>
background-color css
<style>
a { background-color: #27381B; }
a { background-color: rgb(39,56,27); }
div.DivClassName
{
background-color: #27381B;
}
.BgClassName
{
background-color: #27381B;
}
</style>
border-color css
<style>
span { border-color: #27381B; }
span { border-color: rgb(39,56,27); }
td.TdClassName
{
border-color: #27381B;
}
.TagClassName
{
border-color: #27381B;
}
</style>