Shades of Black Forest #273C1D
Tints of Black Forest #273C1D
RGB
CMYK
RGB Variations
Color information
#273C1D (or 0x273C1D) is known color: Black Forest. HEX triplet: 27, 3C and 1D. RGB value is (39,60,29). Sum of RGB (Red+Green+Blue) = 39+60+29=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 60 - color contains mainly: green. Hex color #273C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C1D is #D8C3E2. Grayscale: #323232. Windows color (decimal): -14205923 or 1915943. OLE color: 1915943.
HSL color Cylindrical-coordinate representation of color #273C1D: hue angle of 100.65º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #273C1D is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 60 | 29 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.76 |
| HSL | 100.65º | 0.35% | 0.17% | - |
| HSV(B) | 100.65º | 0.52% | 0.24% | - |
| XYZ | 2.67 | 3.75 | 1.75 | - |
| YUV | 50.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 29 | 0.35 | 0 | 0.52 | 0.76 | 100.65 | 0.35 | 0.17 |
| Hex | 27 | 3C | 1D | 23 | 0 | 34 | 4C | 65 | 23 | 11 |
| Octal | 47 | 74 | 35 | 43 | 0 | 64 | 114 | 145 | 43 | 21 |
| Binary | 100111 | 111100 | 11101 | 100011 | 0 | 110100 | 1001100 | 1100101 | 100011 | 10001 |
Color Harmonies of #273C1D
Complementary color
Monochromatic Colors of #273C1D
Black with #273C1D
Text Example
Text Example
White with #273C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273C1D; }
p { color: rgb(39,60,29); }
H1.HeaderClassName
{
color: #273C1D;
}
.AnyTagClassName
{
color: #273C1D;
}
</style>
background-color css
<style>
a { background-color: #273C1D; }
a { background-color: rgb(39,60,29); }
div.DivClassName
{
background-color: #273C1D;
}
.BgClassName
{
background-color: #273C1D;
}
</style>
border-color css
<style>
span { border-color: #273C1D; }
span { border-color: rgb(39,60,29); }
td.TdClassName
{
border-color: #273C1D;
}
.TagClassName
{
border-color: #273C1D;
}
</style>