Shades of Black Forest #27460C
Tints of Black Forest #27460C
RGB
CMYK
RGB Variations
Color information
#27460C (or 0x27460C) is known color: Black Forest. HEX triplet: 27, 46 and 0C. RGB value is (39,70,12). Sum of RGB (Red+Green+Blue) = 39+70+12=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #27460C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27460C is #D8B9F3. Grayscale: #363636. Windows color (decimal): -14203380 or 804391. OLE color: 804391.
HSL color Cylindrical-coordinate representation of color #27460C: hue angle of 92.07º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27460C is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 70 | 12 | - |
| CMYK | 0.44 | 0 | 0.83 | 0.73 |
| HSL | 92.07º | 0.71% | 0.16% | - |
| HSV(B) | 92.07º | 0.83% | 0.27% | - |
| XYZ | 3.09 | 4.84 | 1.12 | - |
| YUV | 54.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 12 | 0.44 | 0 | 0.83 | 0.73 | 92.07 | 0.71 | 0.16 |
| Hex | 27 | 46 | C | 2C | 0 | 53 | 49 | 5C | 47 | 10 |
| Octal | 47 | 106 | 14 | 54 | 0 | 123 | 111 | 134 | 107 | 20 |
| Binary | 100111 | 1000110 | 1100 | 101100 | 0 | 1010011 | 1001001 | 1011100 | 1000111 | 10000 |
Color Harmonies of #27460C
Complementary color
Monochromatic Colors of #27460C
Black with #27460C
Text Example
Text Example
White with #27460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27460C; }
p { color: rgb(39,70,12); }
H1.HeaderClassName
{
color: #27460C;
}
.AnyTagClassName
{
color: #27460C;
}
</style>
background-color css
<style>
a { background-color: #27460C; }
a { background-color: rgb(39,70,12); }
div.DivClassName
{
background-color: #27460C;
}
.BgClassName
{
background-color: #27460C;
}
</style>
border-color css
<style>
span { border-color: #27460C; }
span { border-color: rgb(39,70,12); }
td.TdClassName
{
border-color: #27460C;
}
.TagClassName
{
border-color: #27460C;
}
</style>