Shades of Deep Fir #0C301B
Tints of Deep Fir #0C301B
RGB
CMYK
RGB Variations
Color information
#0C301B (or 0x0C301B) is known color: Deep Fir. HEX triplet: 0C, 30 and 1B. RGB value is (12,48,27). Sum of RGB (Red+Green+Blue) = 12+48+27=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #0C301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C301B is #F3CFE4. Grayscale: #222222. Windows color (decimal): -15978469 or 1781772. OLE color: 1781772.
HSL color Cylindrical-coordinate representation of color #0C301B: hue angle of 145º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C301B is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 48 | 27 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.81 |
| HSL | 145º | 0.6% | 0.12% | - |
| HSV(B) | 145º | 0.75% | 0.19% | - |
| XYZ | 1.41 | 2.27 | 1.4 | - |
| YUV | 34.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 27 | 0.75 | 0 | 0.44 | 0.81 | 145 | 0.6 | 0.12 |
| Hex | C | 30 | 1B | 4B | 0 | 2C | 51 | 91 | 3C | C |
| Octal | 14 | 60 | 33 | 113 | 0 | 54 | 121 | 221 | 74 | 14 |
| Binary | 1100 | 110000 | 11011 | 1001011 | 0 | 101100 | 1010001 | 10010001 | 111100 | 1100 |
Color Harmonies of #0C301B
Complementary color
Monochromatic Colors of #0C301B
Black with #0C301B
Text Example
Text Example
White with #0C301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C301B; }
p { color: rgb(12,48,27); }
H1.HeaderClassName
{
color: #0C301B;
}
.AnyTagClassName
{
color: #0C301B;
}
</style>
background-color css
<style>
a { background-color: #0C301B; }
a { background-color: rgb(12,48,27); }
div.DivClassName
{
background-color: #0C301B;
}
.BgClassName
{
background-color: #0C301B;
}
</style>
border-color css
<style>
span { border-color: #0C301B; }
span { border-color: rgb(12,48,27); }
td.TdClassName
{
border-color: #0C301B;
}
.TagClassName
{
border-color: #0C301B;
}
</style>