Shades of Black Forest #27321F
Tints of Black Forest #27321F
RGB
CMYK
RGB Variations
Color information
#27321F (or 0x27321F) is known color: Black Forest. HEX triplet: 27, 32 and 1F. RGB value is (39,50,31). Sum of RGB (Red+Green+Blue) = 39+50+31=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #27321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27321F is #D8CDE0. Grayscale: #2C2C2C. Windows color (decimal): -14208481 or 2044455. OLE color: 2044455.
HSL color Cylindrical-coordinate representation of color #27321F: hue angle of 94.74º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #27321F is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 50 | 31 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.80 |
| HSL | 94.74º | 0.23% | 0.16% | - |
| HSV(B) | 94.74º | 0.38% | 0.2% | - |
| XYZ | 2.22 | 2.81 | 1.72 | - |
| YUV | 44.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 31 | 0.22 | 0 | 0.38 | 0.80 | 94.74 | 0.23 | 0.16 |
| Hex | 27 | 32 | 1F | 16 | 0 | 26 | 50 | 5F | 17 | 10 |
| Octal | 47 | 62 | 37 | 26 | 0 | 46 | 120 | 137 | 27 | 20 |
| Binary | 100111 | 110010 | 11111 | 10110 | 0 | 100110 | 1010000 | 1011111 | 10111 | 10000 |
Color Harmonies of #27321F
Complementary color
Monochromatic Colors of #27321F
Black with #27321F
Text Example
Text Example
White with #27321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27321F; }
p { color: rgb(39,50,31); }
H1.HeaderClassName
{
color: #27321F;
}
.AnyTagClassName
{
color: #27321F;
}
</style>
background-color css
<style>
a { background-color: #27321F; }
a { background-color: rgb(39,50,31); }
div.DivClassName
{
background-color: #27321F;
}
.BgClassName
{
background-color: #27321F;
}
</style>
border-color css
<style>
span { border-color: #27321F; }
span { border-color: rgb(39,50,31); }
td.TdClassName
{
border-color: #27321F;
}
.TagClassName
{
border-color: #27321F;
}
</style>