Shades of Deep Fir #12311B
Tints of Deep Fir #12311B
RGB
CMYK
RGB Variations
Color information
#12311B (or 0x12311B) is known color: Deep Fir. HEX triplet: 12, 31 and 1B. RGB value is (18,49,27). Sum of RGB (Red+Green+Blue) = 18+49+27=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #12311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12311B is #EDCEE4. Grayscale: #252525. Windows color (decimal): -15584997 or 1782034. OLE color: 1782034.
HSL color Cylindrical-coordinate representation of color #12311B: hue angle of 137.42º 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 #12311B is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 49 | 27 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.81 |
| HSL | 137.42º | 0.46% | 0.13% | - |
| HSV(B) | 137.42º | 0.63% | 0.19% | - |
| XYZ | 1.55 | 2.4 | 1.42 | - |
| YUV | 37.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 27 | 0.63 | 0 | 0.45 | 0.81 | 137.42 | 0.46 | 0.13 |
| Hex | 12 | 31 | 1B | 3F | 0 | 2D | 51 | 89 | 2E | D |
| Octal | 22 | 61 | 33 | 77 | 0 | 55 | 121 | 211 | 56 | 15 |
| Binary | 10010 | 110001 | 11011 | 111111 | 0 | 101101 | 1010001 | 10001001 | 101110 | 1101 |
Color Harmonies of #12311B
Complementary color
Monochromatic Colors of #12311B
Black with #12311B
Text Example
Text Example
White with #12311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12311B; }
p { color: rgb(18,49,27); }
H1.HeaderClassName
{
color: #12311B;
}
.AnyTagClassName
{
color: #12311B;
}
</style>
background-color css
<style>
a { background-color: #12311B; }
a { background-color: rgb(18,49,27); }
div.DivClassName
{
background-color: #12311B;
}
.BgClassName
{
background-color: #12311B;
}
</style>
border-color css
<style>
span { border-color: #12311B; }
span { border-color: rgb(18,49,27); }
td.TdClassName
{
border-color: #12311B;
}
.TagClassName
{
border-color: #12311B;
}
</style>