Shades of Deep Fir #0F381C
Tints of Deep Fir #0F381C
RGB
CMYK
RGB Variations
Color information
#0F381C (or 0x0F381C) is known color: Deep Fir. HEX triplet: 0F, 38 and 1C. RGB value is (15,56,28). Sum of RGB (Red+Green+Blue) = 15+56+28=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #0F381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F381C is #F0C7E3. Grayscale: #282828. Windows color (decimal): -15779812 or 1849359. OLE color: 1849359.
HSL color Cylindrical-coordinate representation of color #0F381C: hue angle of 139.02º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F381C is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 56 | 28 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.78 |
| HSL | 139.02º | 0.58% | 0.14% | - |
| HSV(B) | 139.02º | 0.73% | 0.22% | - |
| XYZ | 1.82 | 3.01 | 1.58 | - |
| YUV | 40.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 28 | 0.73 | 0 | 0.50 | 0.78 | 139.02 | 0.58 | 0.14 |
| Hex | F | 38 | 1C | 49 | 0 | 32 | 4E | 8B | 3A | E |
| Octal | 17 | 70 | 34 | 111 | 0 | 62 | 116 | 213 | 72 | 16 |
| Binary | 1111 | 111000 | 11100 | 1001001 | 0 | 110010 | 1001110 | 10001011 | 111010 | 1110 |
Color Harmonies of #0F381C
Complementary color
Monochromatic Colors of #0F381C
Black with #0F381C
Text Example
Text Example
White with #0F381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F381C; }
p { color: rgb(15,56,28); }
H1.HeaderClassName
{
color: #0F381C;
}
.AnyTagClassName
{
color: #0F381C;
}
</style>
background-color css
<style>
a { background-color: #0F381C; }
a { background-color: rgb(15,56,28); }
div.DivClassName
{
background-color: #0F381C;
}
.BgClassName
{
background-color: #0F381C;
}
</style>
border-color css
<style>
span { border-color: #0F381C; }
span { border-color: rgb(15,56,28); }
td.TdClassName
{
border-color: #0F381C;
}
.TagClassName
{
border-color: #0F381C;
}
</style>