Shades of Black Forest #273D15
Tints of Black Forest #273D15
RGB
CMYK
RGB Variations
Color information
#273D15 (or 0x273D15) is known color: Black Forest. HEX triplet: 27, 3D and 15. RGB value is (39,61,21). Sum of RGB (Red+Green+Blue) = 39+61+21=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #273D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273D15 is #D8C2EA. Grayscale: #323232. Windows color (decimal): -14205675 or 1391911. OLE color: 1391911.
HSL color Cylindrical-coordinate representation of color #273D15: hue angle of 93º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #273D15 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 61 | 21 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.76 |
| HSL | 93º | 0.49% | 0.16% | - |
| HSV(B) | 93º | 0.66% | 0.24% | - |
| XYZ | 2.64 | 3.82 | 1.31 | - |
| YUV | 49.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 21 | 0.36 | 0 | 0.66 | 0.76 | 93 | 0.49 | 0.16 |
| Hex | 27 | 3D | 15 | 24 | 0 | 42 | 4C | 5D | 31 | 10 |
| Octal | 47 | 75 | 25 | 44 | 0 | 102 | 114 | 135 | 61 | 20 |
| Binary | 100111 | 111101 | 10101 | 100100 | 0 | 1000010 | 1001100 | 1011101 | 110001 | 10000 |
Color Harmonies of #273D15
Complementary color
Monochromatic Colors of #273D15
Black with #273D15
Text Example
Text Example
White with #273D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D15; }
p { color: rgb(39,61,21); }
H1.HeaderClassName
{
color: #273D15;
}
.AnyTagClassName
{
color: #273D15;
}
</style>
background-color css
<style>
a { background-color: #273D15; }
a { background-color: rgb(39,61,21); }
div.DivClassName
{
background-color: #273D15;
}
.BgClassName
{
background-color: #273D15;
}
</style>
border-color css
<style>
span { border-color: #273D15; }
span { border-color: rgb(39,61,21); }
td.TdClassName
{
border-color: #273D15;
}
.TagClassName
{
border-color: #273D15;
}
</style>