Shades of Black Forest #27460D
Tints of Black Forest #27460D
RGB
CMYK
RGB Variations
Color information
#27460D (or 0x27460D) is known color: Black Forest. HEX triplet: 27, 46 and 0D. RGB value is (39,70,13). Sum of RGB (Red+Green+Blue) = 39+70+13=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #27460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27460D is #D8B9F2. Grayscale: #363636. Windows color (decimal): -14203379 or 869927. OLE color: 869927.
HSL color Cylindrical-coordinate representation of color #27460D: hue angle of 92.63º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27460D is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 70 | 13 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.73 |
| HSL | 92.63º | 0.69% | 0.16% | - |
| HSV(B) | 92.63º | 0.81% | 0.27% | - |
| XYZ | 3.1 | 4.84 | 1.15 | - |
| YUV | 54.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 13 | 0.44 | 0 | 0.81 | 0.73 | 92.63 | 0.69 | 0.16 |
| Hex | 27 | 46 | D | 2C | 0 | 51 | 49 | 5D | 45 | 10 |
| Octal | 47 | 106 | 15 | 54 | 0 | 121 | 111 | 135 | 105 | 20 |
| Binary | 100111 | 1000110 | 1101 | 101100 | 0 | 1010001 | 1001001 | 1011101 | 1000101 | 10000 |
Color Harmonies of #27460D
Complementary color
Monochromatic Colors of #27460D
Black with #27460D
Text Example
Text Example
White with #27460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27460D; }
p { color: rgb(39,70,13); }
H1.HeaderClassName
{
color: #27460D;
}
.AnyTagClassName
{
color: #27460D;
}
</style>
background-color css
<style>
a { background-color: #27460D; }
a { background-color: rgb(39,70,13); }
div.DivClassName
{
background-color: #27460D;
}
.BgClassName
{
background-color: #27460D;
}
</style>
border-color css
<style>
span { border-color: #27460D; }
span { border-color: rgb(39,70,13); }
td.TdClassName
{
border-color: #27460D;
}
.TagClassName
{
border-color: #27460D;
}
</style>