Shades of Deep Fir #0C381B
Tints of Deep Fir #0C381B
RGB
CMYK
RGB Variations
Color information
#0C381B (or 0x0C381B) is known color: Deep Fir. HEX triplet: 0C, 38 and 1B. RGB value is (12,56,27). Sum of RGB (Red+Green+Blue) = 12+56+27=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #0C381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C381B is #F3C7E4. Grayscale: #272727. Windows color (decimal): -15976421 or 1783820. OLE color: 1783820.
HSL color Cylindrical-coordinate representation of color #0C381B: hue angle of 140.45º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C381B is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 56 | 27 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.78 |
| HSL | 140.45º | 0.65% | 0.13% | - |
| HSV(B) | 140.45º | 0.79% | 0.22% | - |
| XYZ | 1.76 | 2.99 | 1.52 | - |
| YUV | 39.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 27 | 0.79 | 0 | 0.52 | 0.78 | 140.45 | 0.65 | 0.13 |
| Hex | C | 38 | 1B | 4F | 0 | 34 | 4E | 8C | 41 | D |
| Octal | 14 | 70 | 33 | 117 | 0 | 64 | 116 | 214 | 101 | 15 |
| Binary | 1100 | 111000 | 11011 | 1001111 | 0 | 110100 | 1001110 | 10001100 | 1000001 | 1101 |
Color Harmonies of #0C381B
Complementary color
Monochromatic Colors of #0C381B
Black with #0C381B
Text Example
Text Example
White with #0C381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C381B; }
p { color: rgb(12,56,27); }
H1.HeaderClassName
{
color: #0C381B;
}
.AnyTagClassName
{
color: #0C381B;
}
</style>
background-color css
<style>
a { background-color: #0C381B; }
a { background-color: rgb(12,56,27); }
div.DivClassName
{
background-color: #0C381B;
}
.BgClassName
{
background-color: #0C381B;
}
</style>
border-color css
<style>
span { border-color: #0C381B; }
span { border-color: rgb(12,56,27); }
td.TdClassName
{
border-color: #0C381B;
}
.TagClassName
{
border-color: #0C381B;
}
</style>