Shades of Deep Fir #0F371B
Tints of Deep Fir #0F371B
RGB
CMYK
RGB Variations
Color information
#0F371B (or 0x0F371B) is known color: Deep Fir. HEX triplet: 0F, 37 and 1B. RGB value is (15,55,27). Sum of RGB (Red+Green+Blue) = 15+55+27=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 55 (21.88% from 255 or 56.70% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 55 - color contains mainly: green. Hex color #0F371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F371B is #F0C8E4. Grayscale: #272727. Windows color (decimal): -15780069 or 1783567. OLE color: 1783567.
HSL color Cylindrical-coordinate representation of color #0F371B: hue angle of 138º degrees, saturation: 0.57, 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 #0F371B is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 55 | 27 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.78 |
| HSL | 138º | 0.57% | 0.14% | - |
| HSV(B) | 138º | 0.73% | 0.22% | - |
| XYZ | 1.76 | 2.91 | 1.51 | - |
| YUV | 39.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 27 | 0.73 | 0 | 0.51 | 0.78 | 138 | 0.57 | 0.14 |
| Hex | F | 37 | 1B | 49 | 0 | 33 | 4E | 8A | 39 | E |
| Octal | 17 | 67 | 33 | 111 | 0 | 63 | 116 | 212 | 71 | 16 |
| Binary | 1111 | 110111 | 11011 | 1001001 | 0 | 110011 | 1001110 | 10001010 | 111001 | 1110 |
Color Harmonies of #0F371B
Complementary color
Monochromatic Colors of #0F371B
Black with #0F371B
Text Example
Text Example
White with #0F371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F371B; }
p { color: rgb(15,55,27); }
H1.HeaderClassName
{
color: #0F371B;
}
.AnyTagClassName
{
color: #0F371B;
}
</style>
background-color css
<style>
a { background-color: #0F371B; }
a { background-color: rgb(15,55,27); }
div.DivClassName
{
background-color: #0F371B;
}
.BgClassName
{
background-color: #0F371B;
}
</style>
border-color css
<style>
span { border-color: #0F371B; }
span { border-color: rgb(15,55,27); }
td.TdClassName
{
border-color: #0F371B;
}
.TagClassName
{
border-color: #0F371B;
}
</style>