Shades of Deep Fir #0C351D
Tints of Deep Fir #0C351D
RGB
CMYK
RGB Variations
Color information
#0C351D (or 0x0C351D) is known color: Deep Fir. HEX triplet: 0C, 35 and 1D. RGB value is (12,53,29). Sum of RGB (Red+Green+Blue) = 12+53+29=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #0C351D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C351D is #F3CAE2. Grayscale: #262626. Windows color (decimal): -15977187 or 1914124. OLE color: 1914124.
HSL color Cylindrical-coordinate representation of color #0C351D: hue angle of 144.88º 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 #0C351D is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 53 | 29 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.79 |
| HSL | 144.88º | 0.63% | 0.13% | - |
| HSV(B) | 144.88º | 0.77% | 0.21% | - |
| XYZ | 1.65 | 2.71 | 1.6 | - |
| YUV | 38.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 29 | 0.77 | 0 | 0.45 | 0.79 | 144.88 | 0.63 | 0.13 |
| Hex | C | 35 | 1D | 4D | 0 | 2D | 4F | 91 | 3F | D |
| Octal | 14 | 65 | 35 | 115 | 0 | 55 | 117 | 221 | 77 | 15 |
| Binary | 1100 | 110101 | 11101 | 1001101 | 0 | 101101 | 1001111 | 10010001 | 111111 | 1101 |
Color Harmonies of #0C351D
Complementary color
Monochromatic Colors of #0C351D
Black with #0C351D
Text Example
Text Example
White with #0C351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C351D; }
p { color: rgb(12,53,29); }
H1.HeaderClassName
{
color: #0C351D;
}
.AnyTagClassName
{
color: #0C351D;
}
</style>
background-color css
<style>
a { background-color: #0C351D; }
a { background-color: rgb(12,53,29); }
div.DivClassName
{
background-color: #0C351D;
}
.BgClassName
{
background-color: #0C351D;
}
</style>
border-color css
<style>
span { border-color: #0C351D; }
span { border-color: rgb(12,53,29); }
td.TdClassName
{
border-color: #0C351D;
}
.TagClassName
{
border-color: #0C351D;
}
</style>