Shades of Deep Fir #0C341B
Tints of Deep Fir #0C341B
RGB
CMYK
RGB Variations
Color information
#0C341B (or 0x0C341B) is known color: Deep Fir. HEX triplet: 0C, 34 and 1B. RGB value is (12,52,27). Sum of RGB (Red+Green+Blue) = 12+52+27=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #0C341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C341B is #F3CBE4. Grayscale: #252525. Windows color (decimal): -15977445 or 1782796. OLE color: 1782796.
HSL color Cylindrical-coordinate representation of color #0C341B: hue angle of 142.5º 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 #0C341B is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 27 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.80 |
| HSL | 142.5º | 0.63% | 0.13% | - |
| HSV(B) | 142.5º | 0.77% | 0.2% | - |
| XYZ | 1.58 | 2.61 | 1.46 | - |
| YUV | 37.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 27 | 0.77 | 0 | 0.48 | 0.80 | 142.5 | 0.63 | 0.13 |
| Hex | C | 34 | 1B | 4D | 0 | 30 | 50 | 8E | 3E | D |
| Octal | 14 | 64 | 33 | 115 | 0 | 60 | 120 | 216 | 76 | 15 |
| Binary | 1100 | 110100 | 11011 | 1001101 | 0 | 110000 | 1010000 | 10001110 | 111110 | 1101 |
Color Harmonies of #0C341B
Complementary color
Monochromatic Colors of #0C341B
Black with #0C341B
Text Example
Text Example
White with #0C341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C341B; }
p { color: rgb(12,52,27); }
H1.HeaderClassName
{
color: #0C341B;
}
.AnyTagClassName
{
color: #0C341B;
}
</style>
background-color css
<style>
a { background-color: #0C341B; }
a { background-color: rgb(12,52,27); }
div.DivClassName
{
background-color: #0C341B;
}
.BgClassName
{
background-color: #0C341B;
}
</style>
border-color css
<style>
span { border-color: #0C341B; }
span { border-color: rgb(12,52,27); }
td.TdClassName
{
border-color: #0C341B;
}
.TagClassName
{
border-color: #0C341B;
}
</style>