Shades of Deep Fir #0C351F
Tints of Deep Fir #0C351F
RGB
CMYK
RGB Variations
Color information
#0C351F (or 0x0C351F) is known color: Deep Fir. HEX triplet: 0C, 35 and 1F. RGB value is (12,53,31). Sum of RGB (Red+Green+Blue) = 12+53+31=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #0C351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C351F is #F3CAE0. Grayscale: #262626. Windows color (decimal): -15977185 or 2045196. OLE color: 2045196.
HSL color Cylindrical-coordinate representation of color #0C351F: hue angle of 147.8º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C351F is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 53 | 31 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.79 |
| HSL | 147.8º | 0.63% | 0.13% | - |
| HSV(B) | 147.8º | 0.77% | 0.21% | - |
| XYZ | 1.67 | 2.72 | 1.73 | - |
| YUV | 38.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 31 | 0.77 | 0 | 0.42 | 0.79 | 147.8 | 0.63 | 0.13 |
| Hex | C | 35 | 1F | 4D | 0 | 2A | 4F | 94 | 3F | D |
| Octal | 14 | 65 | 37 | 115 | 0 | 52 | 117 | 224 | 77 | 15 |
| Binary | 1100 | 110101 | 11111 | 1001101 | 0 | 101010 | 1001111 | 10010100 | 111111 | 1101 |
Color Harmonies of #0C351F
Complementary color
Monochromatic Colors of #0C351F
Black with #0C351F
Text Example
Text Example
White with #0C351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C351F; }
p { color: rgb(12,53,31); }
H1.HeaderClassName
{
color: #0C351F;
}
.AnyTagClassName
{
color: #0C351F;
}
</style>
background-color css
<style>
a { background-color: #0C351F; }
a { background-color: rgb(12,53,31); }
div.DivClassName
{
background-color: #0C351F;
}
.BgClassName
{
background-color: #0C351F;
}
</style>
border-color css
<style>
span { border-color: #0C351F; }
span { border-color: rgb(12,53,31); }
td.TdClassName
{
border-color: #0C351F;
}
.TagClassName
{
border-color: #0C351F;
}
</style>