Shades of Deep Fir #0C411F
Tints of Deep Fir #0C411F
RGB
CMYK
RGB Variations
Color information
#0C411F (or 0x0C411F) is known color: Deep Fir. HEX triplet: 0C, 41 and 1F. RGB value is (12,65,31). Sum of RGB (Red+Green+Blue) = 12+65+31=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #0C411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C411F is #F3BEE0. Grayscale: #2D2D2D. Windows color (decimal): -15974113 or 2048268. OLE color: 2048268.
HSL color Cylindrical-coordinate representation of color #0C411F: hue angle of 141.51º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C411F is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 31 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.75 |
| HSL | 141.51º | 0.69% | 0.15% | - |
| HSV(B) | 141.51º | 0.82% | 0.25% | - |
| XYZ | 2.29 | 3.96 | 1.94 | - |
| YUV | 45.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 31 | 0.82 | 0 | 0.52 | 0.75 | 141.51 | 0.69 | 0.15 |
| Hex | C | 41 | 1F | 52 | 0 | 34 | 4B | 8E | 45 | F |
| Octal | 14 | 101 | 37 | 122 | 0 | 64 | 113 | 216 | 105 | 17 |
| Binary | 1100 | 1000001 | 11111 | 1010010 | 0 | 110100 | 1001011 | 10001110 | 1000101 | 1111 |
Color Harmonies of #0C411F
Complementary color
Monochromatic Colors of #0C411F
Black with #0C411F
Text Example
Text Example
White with #0C411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C411F; }
p { color: rgb(12,65,31); }
H1.HeaderClassName
{
color: #0C411F;
}
.AnyTagClassName
{
color: #0C411F;
}
</style>
background-color css
<style>
a { background-color: #0C411F; }
a { background-color: rgb(12,65,31); }
div.DivClassName
{
background-color: #0C411F;
}
.BgClassName
{
background-color: #0C411F;
}
</style>
border-color css
<style>
span { border-color: #0C411F; }
span { border-color: rgb(12,65,31); }
td.TdClassName
{
border-color: #0C411F;
}
.TagClassName
{
border-color: #0C411F;
}
</style>