Shades of Deep Fir #12321B
Tints of Deep Fir #12321B
RGB
CMYK
RGB Variations
Color information
#12321B (or 0x12321B) is known color: Deep Fir. HEX triplet: 12, 32 and 1B. RGB value is (18,50,27). Sum of RGB (Red+Green+Blue) = 18+50+27=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #12321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12321B is #EDCDE4. Grayscale: #252525. Windows color (decimal): -15584741 or 1782290. OLE color: 1782290.
HSL color Cylindrical-coordinate representation of color #12321B: hue angle of 136.88º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #12321B is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 27 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.80 |
| HSL | 136.88º | 0.47% | 0.13% | - |
| HSV(B) | 136.88º | 0.64% | 0.2% | - |
| XYZ | 1.59 | 2.49 | 1.43 | - |
| YUV | 37.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 27 | 0.64 | 0 | 0.46 | 0.80 | 136.88 | 0.47 | 0.13 |
| Hex | 12 | 32 | 1B | 40 | 0 | 2E | 50 | 89 | 2F | D |
| Octal | 22 | 62 | 33 | 100 | 0 | 56 | 120 | 211 | 57 | 15 |
| Binary | 10010 | 110010 | 11011 | 1000000 | 0 | 101110 | 1010000 | 10001001 | 101111 | 1101 |
Color Harmonies of #12321B
Complementary color
Monochromatic Colors of #12321B
Black with #12321B
Text Example
Text Example
White with #12321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12321B; }
p { color: rgb(18,50,27); }
H1.HeaderClassName
{
color: #12321B;
}
.AnyTagClassName
{
color: #12321B;
}
</style>
background-color css
<style>
a { background-color: #12321B; }
a { background-color: rgb(18,50,27); }
div.DivClassName
{
background-color: #12321B;
}
.BgClassName
{
background-color: #12321B;
}
</style>
border-color css
<style>
span { border-color: #12321B; }
span { border-color: rgb(18,50,27); }
td.TdClassName
{
border-color: #12321B;
}
.TagClassName
{
border-color: #12321B;
}
</style>