Shades of Deep Fir #0E301B
Tints of Deep Fir #0E301B
RGB
CMYK
RGB Variations
Color information
#0E301B (or 0x0E301B) is known color: Deep Fir. HEX triplet: 0E, 30 and 1B. RGB value is (14,48,27). Sum of RGB (Red+Green+Blue) = 14+48+27=89 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.73% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #0E301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E301B is #F1CFE4. Grayscale: #232323. Windows color (decimal): -15847397 or 1781774. OLE color: 1781774.
HSL color Cylindrical-coordinate representation of color #0E301B: hue angle of 142.94º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E301B is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 48 | 27 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.81 |
| HSL | 142.94º | 0.55% | 0.12% | - |
| HSV(B) | 142.94º | 0.71% | 0.19% | - |
| XYZ | 1.44 | 2.29 | 1.4 | - |
| YUV | 35.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 48 | 27 | 0.71 | 0 | 0.44 | 0.81 | 142.94 | 0.55 | 0.12 |
| Hex | E | 30 | 1B | 47 | 0 | 2C | 51 | 8F | 37 | C |
| Octal | 16 | 60 | 33 | 107 | 0 | 54 | 121 | 217 | 67 | 14 |
| Binary | 1110 | 110000 | 11011 | 1000111 | 0 | 101100 | 1010001 | 10001111 | 110111 | 1100 |
Color Harmonies of #0E301B
Complementary color
Monochromatic Colors of #0E301B
Black with #0E301B
Text Example
Text Example
White with #0E301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E301B; }
p { color: rgb(14,48,27); }
H1.HeaderClassName
{
color: #0E301B;
}
.AnyTagClassName
{
color: #0E301B;
}
</style>
background-color css
<style>
a { background-color: #0E301B; }
a { background-color: rgb(14,48,27); }
div.DivClassName
{
background-color: #0E301B;
}
.BgClassName
{
background-color: #0E301B;
}
</style>
border-color css
<style>
span { border-color: #0E301B; }
span { border-color: rgb(14,48,27); }
td.TdClassName
{
border-color: #0E301B;
}
.TagClassName
{
border-color: #0E301B;
}
</style>