Shades of Deep Fir #0C341E
Tints of Deep Fir #0C341E
RGB
CMYK
RGB Variations
Color information
#0C341E (or 0x0C341E) is known color: Deep Fir. HEX triplet: 0C, 34 and 1E. RGB value is (12,52,30). Sum of RGB (Red+Green+Blue) = 12+52+30=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #0C341E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C341E is #F3CBE1. Grayscale: #252525. Windows color (decimal): -15977442 or 1979404. OLE color: 1979404.
HSL color Cylindrical-coordinate representation of color #0C341E: hue angle of 147º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C341E is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 30 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.80 |
| HSL | 147º | 0.63% | 0.13% | - |
| HSV(B) | 147º | 0.77% | 0.2% | - |
| XYZ | 1.61 | 2.63 | 1.65 | - |
| YUV | 37.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 30 | 0.77 | 0 | 0.42 | 0.80 | 147 | 0.63 | 0.13 |
| Hex | C | 34 | 1E | 4D | 0 | 2A | 50 | 93 | 3E | D |
| Octal | 14 | 64 | 36 | 115 | 0 | 52 | 120 | 223 | 76 | 15 |
| Binary | 1100 | 110100 | 11110 | 1001101 | 0 | 101010 | 1010000 | 10010011 | 111110 | 1101 |
Color Harmonies of #0C341E
Complementary color
Monochromatic Colors of #0C341E
Black with #0C341E
Text Example
Text Example
White with #0C341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C341E; }
p { color: rgb(12,52,30); }
H1.HeaderClassName
{
color: #0C341E;
}
.AnyTagClassName
{
color: #0C341E;
}
</style>
background-color css
<style>
a { background-color: #0C341E; }
a { background-color: rgb(12,52,30); }
div.DivClassName
{
background-color: #0C341E;
}
.BgClassName
{
background-color: #0C341E;
}
</style>
border-color css
<style>
span { border-color: #0C341E; }
span { border-color: rgb(12,52,30); }
td.TdClassName
{
border-color: #0C341E;
}
.TagClassName
{
border-color: #0C341E;
}
</style>