Shades of Black Forest #273D18
Tints of Black Forest #273D18
RGB
CMYK
RGB Variations
Color information
#273D18 (or 0x273D18) is known color: Black Forest. HEX triplet: 27, 3D and 18. RGB value is (39,61,24). Sum of RGB (Red+Green+Blue) = 39+61+24=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #273D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273D18 is #D8C2E7. Grayscale: #323232. Windows color (decimal): -14205672 or 1588519. OLE color: 1588519.
HSL color Cylindrical-coordinate representation of color #273D18: hue angle of 95.68º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #273D18 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 61 | 24 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.76 |
| HSL | 95.68º | 0.44% | 0.17% | - |
| HSV(B) | 95.68º | 0.61% | 0.24% | - |
| XYZ | 2.67 | 3.83 | 1.46 | - |
| YUV | 50.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 24 | 0.36 | 0 | 0.61 | 0.76 | 95.68 | 0.44 | 0.17 |
| Hex | 27 | 3D | 18 | 24 | 0 | 3D | 4C | 60 | 2C | 11 |
| Octal | 47 | 75 | 30 | 44 | 0 | 75 | 114 | 140 | 54 | 21 |
| Binary | 100111 | 111101 | 11000 | 100100 | 0 | 111101 | 1001100 | 1100000 | 101100 | 10001 |
Color Harmonies of #273D18
Complementary color
Monochromatic Colors of #273D18
Black with #273D18
Text Example
Text Example
White with #273D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D18; }
p { color: rgb(39,61,24); }
H1.HeaderClassName
{
color: #273D18;
}
.AnyTagClassName
{
color: #273D18;
}
</style>
background-color css
<style>
a { background-color: #273D18; }
a { background-color: rgb(39,61,24); }
div.DivClassName
{
background-color: #273D18;
}
.BgClassName
{
background-color: #273D18;
}
</style>
border-color css
<style>
span { border-color: #273D18; }
span { border-color: rgb(39,61,24); }
td.TdClassName
{
border-color: #273D18;
}
.TagClassName
{
border-color: #273D18;
}
</style>