Shades of Black Forest #273F13
Tints of Black Forest #273F13
RGB
CMYK
RGB Variations
Color information
#273F13 (or 0x273F13) is known color: Black Forest. HEX triplet: 27, 3F and 13. RGB value is (39,63,19). Sum of RGB (Red+Green+Blue) = 39+63+19=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #273F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273F13 is #D8C0EC. Grayscale: #323232. Windows color (decimal): -14205165 or 1261351. OLE color: 1261351.
HSL color Cylindrical-coordinate representation of color #273F13: hue angle of 92.73º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #273F13 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 63 | 19 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.75 |
| HSL | 92.73º | 0.54% | 0.16% | - |
| HSV(B) | 92.73º | 0.7% | 0.25% | - |
| XYZ | 2.73 | 4.03 | 1.25 | - |
| YUV | 50.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 19 | 0.38 | 0 | 0.70 | 0.75 | 92.73 | 0.54 | 0.16 |
| Hex | 27 | 3F | 13 | 26 | 0 | 46 | 4B | 5D | 36 | 10 |
| Octal | 47 | 77 | 23 | 46 | 0 | 106 | 113 | 135 | 66 | 20 |
| Binary | 100111 | 111111 | 10011 | 100110 | 0 | 1000110 | 1001011 | 1011101 | 110110 | 10000 |
Color Harmonies of #273F13
Complementary color
Monochromatic Colors of #273F13
Black with #273F13
Text Example
Text Example
White with #273F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273F13; }
p { color: rgb(39,63,19); }
H1.HeaderClassName
{
color: #273F13;
}
.AnyTagClassName
{
color: #273F13;
}
</style>
background-color css
<style>
a { background-color: #273F13; }
a { background-color: rgb(39,63,19); }
div.DivClassName
{
background-color: #273F13;
}
.BgClassName
{
background-color: #273F13;
}
</style>
border-color css
<style>
span { border-color: #273F13; }
span { border-color: rgb(39,63,19); }
td.TdClassName
{
border-color: #273F13;
}
.TagClassName
{
border-color: #273F13;
}
</style>