Shades of Black Forest #273D14
Tints of Black Forest #273D14
RGB
CMYK
RGB Variations
Color information
#273D14 (or 0x273D14) is known color: Black Forest. HEX triplet: 27, 3D and 14. RGB value is (39,61,20). Sum of RGB (Red+Green+Blue) = 39+61+20=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #273D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273D14 is #D8C2EB. Grayscale: #313131. Windows color (decimal): -14205676 or 1326375. OLE color: 1326375.
HSL color Cylindrical-coordinate representation of color #273D14: hue angle of 92.2º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #273D14 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 61 | 20 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.76 |
| HSL | 92.2º | 0.51% | 0.16% | - |
| HSV(B) | 92.2º | 0.67% | 0.24% | - |
| XYZ | 2.63 | 3.82 | 1.26 | - |
| YUV | 49.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 20 | 0.36 | 0 | 0.67 | 0.76 | 92.2 | 0.51 | 0.16 |
| Hex | 27 | 3D | 14 | 24 | 0 | 43 | 4C | 5C | 33 | 10 |
| Octal | 47 | 75 | 24 | 44 | 0 | 103 | 114 | 134 | 63 | 20 |
| Binary | 100111 | 111101 | 10100 | 100100 | 0 | 1000011 | 1001100 | 1011100 | 110011 | 10000 |
Color Harmonies of #273D14
Complementary color
Monochromatic Colors of #273D14
Black with #273D14
Text Example
Text Example
White with #273D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D14; }
p { color: rgb(39,61,20); }
H1.HeaderClassName
{
color: #273D14;
}
.AnyTagClassName
{
color: #273D14;
}
</style>
background-color css
<style>
a { background-color: #273D14; }
a { background-color: rgb(39,61,20); }
div.DivClassName
{
background-color: #273D14;
}
.BgClassName
{
background-color: #273D14;
}
</style>
border-color css
<style>
span { border-color: #273D14; }
span { border-color: rgb(39,61,20); }
td.TdClassName
{
border-color: #273D14;
}
.TagClassName
{
border-color: #273D14;
}
</style>