Shades of Black Forest #273A1C
Tints of Black Forest #273A1C
RGB
CMYK
RGB Variations
Color information
#273A1C (or 0x273A1C) is known color: Black Forest. HEX triplet: 27, 3A and 1C. RGB value is (39,58,28). Sum of RGB (Red+Green+Blue) = 39+58+28=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #273A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273A1C is #D8C5E3. Grayscale: #313131. Windows color (decimal): -14206436 or 1849895. OLE color: 1849895.
HSL color Cylindrical-coordinate representation of color #273A1C: hue angle of 98º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #273A1C is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 58 | 28 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.77 |
| HSL | 98º | 0.35% | 0.17% | - |
| HSV(B) | 98º | 0.52% | 0.23% | - |
| XYZ | 2.56 | 3.54 | 1.65 | - |
| YUV | 48.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 28 | 0.33 | 0 | 0.52 | 0.77 | 98 | 0.35 | 0.17 |
| Hex | 27 | 3A | 1C | 21 | 0 | 34 | 4D | 62 | 23 | 11 |
| Octal | 47 | 72 | 34 | 41 | 0 | 64 | 115 | 142 | 43 | 21 |
| Binary | 100111 | 111010 | 11100 | 100001 | 0 | 110100 | 1001101 | 1100010 | 100011 | 10001 |
Color Harmonies of #273A1C
Complementary color
Monochromatic Colors of #273A1C
Black with #273A1C
Text Example
Text Example
White with #273A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273A1C; }
p { color: rgb(39,58,28); }
H1.HeaderClassName
{
color: #273A1C;
}
.AnyTagClassName
{
color: #273A1C;
}
</style>
background-color css
<style>
a { background-color: #273A1C; }
a { background-color: rgb(39,58,28); }
div.DivClassName
{
background-color: #273A1C;
}
.BgClassName
{
background-color: #273A1C;
}
</style>
border-color css
<style>
span { border-color: #273A1C; }
span { border-color: rgb(39,58,28); }
td.TdClassName
{
border-color: #273A1C;
}
.TagClassName
{
border-color: #273A1C;
}
</style>