Shades of Deep Fir #12321C
Tints of Deep Fir #12321C
RGB
CMYK
RGB Variations
Color information
#12321C (or 0x12321C) is known color: Deep Fir. HEX triplet: 12, 32 and 1C. RGB value is (18,50,28). Sum of RGB (Red+Green+Blue) = 18+50+28=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #12321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12321C is #EDCDE3. Grayscale: #252525. Windows color (decimal): -15584740 or 1847826. OLE color: 1847826.
HSL color Cylindrical-coordinate representation of color #12321C: hue angle of 138.75º 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 #12321C is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 28 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.80 |
| HSL | 138.75º | 0.47% | 0.13% | - |
| HSV(B) | 138.75º | 0.64% | 0.2% | - |
| XYZ | 1.6 | 2.49 | 1.5 | - |
| YUV | 37.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 28 | 0.64 | 0 | 0.44 | 0.80 | 138.75 | 0.47 | 0.13 |
| Hex | 12 | 32 | 1C | 40 | 0 | 2C | 50 | 8B | 2F | D |
| Octal | 22 | 62 | 34 | 100 | 0 | 54 | 120 | 213 | 57 | 15 |
| Binary | 10010 | 110010 | 11100 | 1000000 | 0 | 101100 | 1010000 | 10001011 | 101111 | 1101 |
Color Harmonies of #12321C
Complementary color
Monochromatic Colors of #12321C
Black with #12321C
Text Example
Text Example
White with #12321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12321C; }
p { color: rgb(18,50,28); }
H1.HeaderClassName
{
color: #12321C;
}
.AnyTagClassName
{
color: #12321C;
}
</style>
background-color css
<style>
a { background-color: #12321C; }
a { background-color: rgb(18,50,28); }
div.DivClassName
{
background-color: #12321C;
}
.BgClassName
{
background-color: #12321C;
}
</style>
border-color css
<style>
span { border-color: #12321C; }
span { border-color: rgb(18,50,28); }
td.TdClassName
{
border-color: #12321C;
}
.TagClassName
{
border-color: #12321C;
}
</style>