Shades of Deep Fir #12311E
Tints of Deep Fir #12311E
RGB
CMYK
RGB Variations
Color information
#12311E (or 0x12311E) is known color: Deep Fir. HEX triplet: 12, 31 and 1E. RGB value is (18,49,30). Sum of RGB (Red+Green+Blue) = 18+49+30=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #12311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12311E is #EDCEE1. Grayscale: #252525. Windows color (decimal): -15584994 or 1978642. OLE color: 1978642.
HSL color Cylindrical-coordinate representation of color #12311E: hue angle of 143.23º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #12311E is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 49 | 30 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.81 |
| HSL | 143.23º | 0.46% | 0.13% | - |
| HSV(B) | 143.23º | 0.63% | 0.19% | - |
| XYZ | 1.58 | 2.42 | 1.61 | - |
| YUV | 37.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 30 | 0.63 | 0 | 0.39 | 0.81 | 143.23 | 0.46 | 0.13 |
| Hex | 12 | 31 | 1E | 3F | 0 | 27 | 51 | 8F | 2E | D |
| Octal | 22 | 61 | 36 | 77 | 0 | 47 | 121 | 217 | 56 | 15 |
| Binary | 10010 | 110001 | 11110 | 111111 | 0 | 100111 | 1010001 | 10001111 | 101110 | 1101 |
Color Harmonies of #12311E
Complementary color
Monochromatic Colors of #12311E
Black with #12311E
Text Example
Text Example
White with #12311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12311E; }
p { color: rgb(18,49,30); }
H1.HeaderClassName
{
color: #12311E;
}
.AnyTagClassName
{
color: #12311E;
}
</style>
background-color css
<style>
a { background-color: #12311E; }
a { background-color: rgb(18,49,30); }
div.DivClassName
{
background-color: #12311E;
}
.BgClassName
{
background-color: #12311E;
}
</style>
border-color css
<style>
span { border-color: #12311E; }
span { border-color: rgb(18,49,30); }
td.TdClassName
{
border-color: #12311E;
}
.TagClassName
{
border-color: #12311E;
}
</style>