Shades of Black Forest #273D16
Tints of Black Forest #273D16
RGB
CMYK
RGB Variations
Color information
#273D16 (or 0x273D16) is known color: Black Forest. HEX triplet: 27, 3D and 16. RGB value is (39,61,22). Sum of RGB (Red+Green+Blue) = 39+61+22=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 61 - color contains mainly: green. Hex color #273D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273D16 is #D8C2E9. Grayscale: #323232. Windows color (decimal): -14205674 or 1457447. OLE color: 1457447.
HSL color Cylindrical-coordinate representation of color #273D16: hue angle of 93.85º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #273D16 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 61 | 22 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.76 |
| HSL | 93.85º | 0.47% | 0.16% | - |
| HSV(B) | 93.85º | 0.64% | 0.24% | - |
| XYZ | 2.65 | 3.83 | 1.36 | - |
| YUV | 49.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 22 | 0.36 | 0 | 0.64 | 0.76 | 93.85 | 0.47 | 0.16 |
| Hex | 27 | 3D | 16 | 24 | 0 | 40 | 4C | 5E | 2F | 10 |
| Octal | 47 | 75 | 26 | 44 | 0 | 100 | 114 | 136 | 57 | 20 |
| Binary | 100111 | 111101 | 10110 | 100100 | 0 | 1000000 | 1001100 | 1011110 | 101111 | 10000 |
Color Harmonies of #273D16
Complementary color
Monochromatic Colors of #273D16
Black with #273D16
Text Example
Text Example
White with #273D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D16; }
p { color: rgb(39,61,22); }
H1.HeaderClassName
{
color: #273D16;
}
.AnyTagClassName
{
color: #273D16;
}
</style>
background-color css
<style>
a { background-color: #273D16; }
a { background-color: rgb(39,61,22); }
div.DivClassName
{
background-color: #273D16;
}
.BgClassName
{
background-color: #273D16;
}
</style>
border-color css
<style>
span { border-color: #273D16; }
span { border-color: rgb(39,61,22); }
td.TdClassName
{
border-color: #273D16;
}
.TagClassName
{
border-color: #273D16;
}
</style>