Shades of Deep Fir #0E481B
Tints of Deep Fir #0E481B
RGB
CMYK
RGB Variations
Color information
#0E481B (or 0x0E481B) is known color: Deep Fir. HEX triplet: 0E, 48 and 1B. RGB value is (14,72,27). Sum of RGB (Red+Green+Blue) = 14+72+27=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #0E481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E481B is #F1B7E4. Grayscale: #313131. Windows color (decimal): -15841253 or 1787918. OLE color: 1787918.
HSL color Cylindrical-coordinate representation of color #0E481B: hue angle of 133.45º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E481B is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 72 | 27 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.72 |
| HSL | 133.45º | 0.67% | 0.17% | - |
| HSV(B) | 133.45º | 0.81% | 0.28% | - |
| XYZ | 2.7 | 4.81 | 1.82 | - |
| YUV | 49.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 72 | 27 | 0.81 | 0 | 0.62 | 0.72 | 133.45 | 0.67 | 0.17 |
| Hex | E | 48 | 1B | 51 | 0 | 3E | 48 | 85 | 43 | 11 |
| Octal | 16 | 110 | 33 | 121 | 0 | 76 | 110 | 205 | 103 | 21 |
| Binary | 1110 | 1001000 | 11011 | 1010001 | 0 | 111110 | 1001000 | 10000101 | 1000011 | 10001 |
Color Harmonies of #0E481B
Complementary color
Monochromatic Colors of #0E481B
Black with #0E481B
Text Example
Text Example
White with #0E481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E481B; }
p { color: rgb(14,72,27); }
H1.HeaderClassName
{
color: #0E481B;
}
.AnyTagClassName
{
color: #0E481B;
}
</style>
background-color css
<style>
a { background-color: #0E481B; }
a { background-color: rgb(14,72,27); }
div.DivClassName
{
background-color: #0E481B;
}
.BgClassName
{
background-color: #0E481B;
}
</style>
border-color css
<style>
span { border-color: #0E481B; }
span { border-color: rgb(14,72,27); }
td.TdClassName
{
border-color: #0E481B;
}
.TagClassName
{
border-color: #0E481B;
}
</style>