Shades of Black Forest #274112
Tints of Black Forest #274112
RGB
CMYK
RGB Variations
Color information
#274112 (or 0x274112) is known color: Black Forest. HEX triplet: 27, 41 and 12. RGB value is (39,65,18). Sum of RGB (Red+Green+Blue) = 39+65+18=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #274112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274112 is #D8BEED. Grayscale: #343434. Windows color (decimal): -14204654 or 1196327. OLE color: 1196327.
HSL color Cylindrical-coordinate representation of color #274112: hue angle of 93.19º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #274112 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 65 | 18 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.75 |
| HSL | 93.19º | 0.57% | 0.16% | - |
| HSV(B) | 93.19º | 0.72% | 0.25% | - |
| XYZ | 2.84 | 4.26 | 1.24 | - |
| YUV | 51.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 18 | 0.40 | 0 | 0.72 | 0.75 | 93.19 | 0.57 | 0.16 |
| Hex | 27 | 41 | 12 | 28 | 0 | 48 | 4B | 5D | 39 | 10 |
| Octal | 47 | 101 | 22 | 50 | 0 | 110 | 113 | 135 | 71 | 20 |
| Binary | 100111 | 1000001 | 10010 | 101000 | 0 | 1001000 | 1001011 | 1011101 | 111001 | 10000 |
Color Harmonies of #274112
Complementary color
Monochromatic Colors of #274112
Black with #274112
Text Example
Text Example
White with #274112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274112; }
p { color: rgb(39,65,18); }
H1.HeaderClassName
{
color: #274112;
}
.AnyTagClassName
{
color: #274112;
}
</style>
background-color css
<style>
a { background-color: #274112; }
a { background-color: rgb(39,65,18); }
div.DivClassName
{
background-color: #274112;
}
.BgClassName
{
background-color: #274112;
}
</style>
border-color css
<style>
span { border-color: #274112; }
span { border-color: rgb(39,65,18); }
td.TdClassName
{
border-color: #274112;
}
.TagClassName
{
border-color: #274112;
}
</style>