Shades of Black Forest #273D1A
Tints of Black Forest #273D1A
RGB
CMYK
RGB Variations
Color information
#273D1A (or 0x273D1A) is known color: Black Forest. HEX triplet: 27, 3D and 1A. RGB value is (39,61,26). Sum of RGB (Red+Green+Blue) = 39+61+26=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #273D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273D1A is #D8C2E5. Grayscale: #323232. Windows color (decimal): -14205670 or 1719591. OLE color: 1719591.
HSL color Cylindrical-coordinate representation of color #273D1A: hue angle of 97.71º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #273D1A is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 61 | 26 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.76 |
| HSL | 97.71º | 0.4% | 0.17% | - |
| HSV(B) | 97.71º | 0.57% | 0.24% | - |
| XYZ | 2.69 | 3.84 | 1.58 | - |
| YUV | 50.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 26 | 0.36 | 0 | 0.57 | 0.76 | 97.71 | 0.4 | 0.17 |
| Hex | 27 | 3D | 1A | 24 | 0 | 39 | 4C | 62 | 28 | 11 |
| Octal | 47 | 75 | 32 | 44 | 0 | 71 | 114 | 142 | 50 | 21 |
| Binary | 100111 | 111101 | 11010 | 100100 | 0 | 111001 | 1001100 | 1100010 | 101000 | 10001 |
Color Harmonies of #273D1A
Complementary color
Monochromatic Colors of #273D1A
Black with #273D1A
Text Example
Text Example
White with #273D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D1A; }
p { color: rgb(39,61,26); }
H1.HeaderClassName
{
color: #273D1A;
}
.AnyTagClassName
{
color: #273D1A;
}
</style>
background-color css
<style>
a { background-color: #273D1A; }
a { background-color: rgb(39,61,26); }
div.DivClassName
{
background-color: #273D1A;
}
.BgClassName
{
background-color: #273D1A;
}
</style>
border-color css
<style>
span { border-color: #273D1A; }
span { border-color: rgb(39,61,26); }
td.TdClassName
{
border-color: #273D1A;
}
.TagClassName
{
border-color: #273D1A;
}
</style>