Shades of Deep Fir #0F381F
Tints of Deep Fir #0F381F
RGB
CMYK
RGB Variations
Color information
#0F381F (or 0x0F381F) is known color: Deep Fir. HEX triplet: 0F, 38 and 1F. RGB value is (15,56,31). Sum of RGB (Red+Green+Blue) = 15+56+31=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #0F381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F381F is #F0C7E0. Grayscale: #282828. Windows color (decimal): -15779809 or 2045967. OLE color: 2045967.
HSL color Cylindrical-coordinate representation of color #0F381F: hue angle of 143.41º 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 #0F381F is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 56 | 31 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.78 |
| HSL | 143.41º | 0.58% | 0.14% | - |
| HSV(B) | 143.41º | 0.73% | 0.22% | - |
| XYZ | 1.86 | 3.03 | 1.78 | - |
| YUV | 40.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 31 | 0.73 | 0 | 0.45 | 0.78 | 143.41 | 0.58 | 0.14 |
| Hex | F | 38 | 1F | 49 | 0 | 2D | 4E | 8F | 3A | E |
| Octal | 17 | 70 | 37 | 111 | 0 | 55 | 116 | 217 | 72 | 16 |
| Binary | 1111 | 111000 | 11111 | 1001001 | 0 | 101101 | 1001110 | 10001111 | 111010 | 1110 |
Color Harmonies of #0F381F
Complementary color
Monochromatic Colors of #0F381F
Black with #0F381F
Text Example
Text Example
White with #0F381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F381F; }
p { color: rgb(15,56,31); }
H1.HeaderClassName
{
color: #0F381F;
}
.AnyTagClassName
{
color: #0F381F;
}
</style>
background-color css
<style>
a { background-color: #0F381F; }
a { background-color: rgb(15,56,31); }
div.DivClassName
{
background-color: #0F381F;
}
.BgClassName
{
background-color: #0F381F;
}
</style>
border-color css
<style>
span { border-color: #0F381F; }
span { border-color: rgb(15,56,31); }
td.TdClassName
{
border-color: #0F381F;
}
.TagClassName
{
border-color: #0F381F;
}
</style>