Shades of Deep Fir #0C361E
Tints of Deep Fir #0C361E
RGB
CMYK
RGB Variations
Color information
#0C361E (or 0x0C361E) is known color: Deep Fir. HEX triplet: 0C, 36 and 1E. RGB value is (12,54,30). Sum of RGB (Red+Green+Blue) = 12+54+30=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 54 (21.48% from 255 or 56.25% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 54 - color contains mainly: green. Hex color #0C361E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C361E is #F3C9E1. Grayscale: #262626. Windows color (decimal): -15976930 or 1979916. OLE color: 1979916.
HSL color Cylindrical-coordinate representation of color #0C361E: hue angle of 145.71º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C361E is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 54 | 30 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.79 |
| HSL | 145.71º | 0.64% | 0.13% | - |
| HSV(B) | 145.71º | 0.78% | 0.21% | - |
| XYZ | 1.71 | 2.81 | 1.68 | - |
| YUV | 38.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 30 | 0.78 | 0 | 0.44 | 0.79 | 145.71 | 0.64 | 0.13 |
| Hex | C | 36 | 1E | 4E | 0 | 2C | 4F | 92 | 40 | D |
| Octal | 14 | 66 | 36 | 116 | 0 | 54 | 117 | 222 | 100 | 15 |
| Binary | 1100 | 110110 | 11110 | 1001110 | 0 | 101100 | 1001111 | 10010010 | 1000000 | 1101 |
Color Harmonies of #0C361E
Complementary color
Monochromatic Colors of #0C361E
Black with #0C361E
Text Example
Text Example
White with #0C361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C361E; }
p { color: rgb(12,54,30); }
H1.HeaderClassName
{
color: #0C361E;
}
.AnyTagClassName
{
color: #0C361E;
}
</style>
background-color css
<style>
a { background-color: #0C361E; }
a { background-color: rgb(12,54,30); }
div.DivClassName
{
background-color: #0C361E;
}
.BgClassName
{
background-color: #0C361E;
}
</style>
border-color css
<style>
span { border-color: #0C361E; }
span { border-color: rgb(12,54,30); }
td.TdClassName
{
border-color: #0C361E;
}
.TagClassName
{
border-color: #0C361E;
}
</style>