Shades of Deep Fir #0C361B
Tints of Deep Fir #0C361B
RGB
CMYK
RGB Variations
Color information
#0C361B (or 0x0C361B) is known color: Deep Fir. HEX triplet: 0C, 36 and 1B. RGB value is (12,54,27). Sum of RGB (Red+Green+Blue) = 12+54+27=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #0C361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C361B is #F3C9E4. Grayscale: #262626. Windows color (decimal): -15976933 or 1783308. OLE color: 1783308.
HSL color Cylindrical-coordinate representation of color #0C361B: hue angle of 141.43º 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 #0C361B is Cyan = 0.78, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 54 | 27 | - |
| CMYK | 0.78 | 0 | 0.5 | 0.79 |
| HSL | 141.43º | 0.64% | 0.13% | - |
| HSV(B) | 141.43º | 0.78% | 0.21% | - |
| XYZ | 1.67 | 2.8 | 1.49 | - |
| YUV | 38.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 27 | 0.78 | 0 | 0.5 | 0.79 | 141.43 | 0.64 | 0.13 |
| Hex | C | 36 | 1B | 4E | 0 | 32 | 4F | 8D | 40 | D |
| Octal | 14 | 66 | 33 | 116 | 0 | 62 | 117 | 215 | 100 | 15 |
| Binary | 1100 | 110110 | 11011 | 1001110 | 0 | 110010 | 1001111 | 10001101 | 1000000 | 1101 |
Color Harmonies of #0C361B
Complementary color
Monochromatic Colors of #0C361B
Black with #0C361B
Text Example
Text Example
White with #0C361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C361B; }
p { color: rgb(12,54,27); }
H1.HeaderClassName
{
color: #0C361B;
}
.AnyTagClassName
{
color: #0C361B;
}
</style>
background-color css
<style>
a { background-color: #0C361B; }
a { background-color: rgb(12,54,27); }
div.DivClassName
{
background-color: #0C361B;
}
.BgClassName
{
background-color: #0C361B;
}
</style>
border-color css
<style>
span { border-color: #0C361B; }
span { border-color: rgb(12,54,27); }
td.TdClassName
{
border-color: #0C361B;
}
.TagClassName
{
border-color: #0C361B;
}
</style>