Shades of Deep Fir #0C371E
Tints of Deep Fir #0C371E
RGB
CMYK
RGB Variations
Color information
#0C371E (or 0x0C371E) is known color: Deep Fir. HEX triplet: 0C, 37 and 1E. RGB value is (12,55,30). Sum of RGB (Red+Green+Blue) = 12+55+30=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 55 (21.88% from 255 or 56.70% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 55 - color contains mainly: green. Hex color #0C371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C371E is #F3C8E1. Grayscale: #272727. Windows color (decimal): -15976674 or 1980172. OLE color: 1980172.
HSL color Cylindrical-coordinate representation of color #0C371E: hue angle of 145.12º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C371E is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 55 | 30 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.78 |
| HSL | 145.12º | 0.64% | 0.13% | - |
| HSV(B) | 145.12º | 0.78% | 0.22% | - |
| XYZ | 1.75 | 2.9 | 1.7 | - |
| YUV | 39.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 30 | 0.78 | 0 | 0.45 | 0.78 | 145.12 | 0.64 | 0.13 |
| Hex | C | 37 | 1E | 4E | 0 | 2D | 4E | 91 | 40 | D |
| Octal | 14 | 67 | 36 | 116 | 0 | 55 | 116 | 221 | 100 | 15 |
| Binary | 1100 | 110111 | 11110 | 1001110 | 0 | 101101 | 1001110 | 10010001 | 1000000 | 1101 |
Color Harmonies of #0C371E
Complementary color
Monochromatic Colors of #0C371E
Black with #0C371E
Text Example
Text Example
White with #0C371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C371E; }
p { color: rgb(12,55,30); }
H1.HeaderClassName
{
color: #0C371E;
}
.AnyTagClassName
{
color: #0C371E;
}
</style>
background-color css
<style>
a { background-color: #0C371E; }
a { background-color: rgb(12,55,30); }
div.DivClassName
{
background-color: #0C371E;
}
.BgClassName
{
background-color: #0C371E;
}
</style>
border-color css
<style>
span { border-color: #0C371E; }
span { border-color: rgb(12,55,30); }
td.TdClassName
{
border-color: #0C371E;
}
.TagClassName
{
border-color: #0C371E;
}
</style>