Shades of Deep Fir #12321D
Tints of Deep Fir #12321D
RGB
CMYK
RGB Variations
Color information
#12321D (or 0x12321D) is known color: Deep Fir. HEX triplet: 12, 32 and 1D. RGB value is (18,50,29). Sum of RGB (Red+Green+Blue) = 18+50+29=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #12321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12321D is #EDCDE2. Grayscale: #262626. Windows color (decimal): -15584739 or 1913362. OLE color: 1913362.
HSL color Cylindrical-coordinate representation of color #12321D: hue angle of 140.62º 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 #12321D is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 29 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.80 |
| HSL | 140.63º | 0.47% | 0.13% | - |
| HSV(B) | 140.63º | 0.64% | 0.2% | - |
| XYZ | 1.61 | 2.5 | 1.56 | - |
| YUV | 38.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 29 | 0.64 | 0 | 0.42 | 0.80 | 140.63 | 0.47 | 0.13 |
| Hex | 12 | 32 | 1D | 40 | 0 | 2A | 50 | 8D | 2F | D |
| Octal | 22 | 62 | 35 | 100 | 0 | 52 | 120 | 215 | 57 | 15 |
| Binary | 10010 | 110010 | 11101 | 1000000 | 0 | 101010 | 1010000 | 10001101 | 101111 | 1101 |
Color Harmonies of #12321D
Complementary color
Monochromatic Colors of #12321D
Black with #12321D
Text Example
Text Example
White with #12321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12321D; }
p { color: rgb(18,50,29); }
H1.HeaderClassName
{
color: #12321D;
}
.AnyTagClassName
{
color: #12321D;
}
</style>
background-color css
<style>
a { background-color: #12321D; }
a { background-color: rgb(18,50,29); }
div.DivClassName
{
background-color: #12321D;
}
.BgClassName
{
background-color: #12321D;
}
</style>
border-color css
<style>
span { border-color: #12321D; }
span { border-color: rgb(18,50,29); }
td.TdClassName
{
border-color: #12321D;
}
.TagClassName
{
border-color: #12321D;
}
</style>