Shades of Deep Fir #0E381E
Tints of Deep Fir #0E381E
RGB
CMYK
RGB Variations
Color information
#0E381E (or 0x0E381E) is known color: Deep Fir. HEX triplet: 0E, 38 and 1E. RGB value is (14,56,30). Sum of RGB (Red+Green+Blue) = 14+56+30=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 56 (22.27% from 255 or 56% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 56 - color contains mainly: green. Hex color #0E381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E381E is #F1C7E1. Grayscale: #282828. Windows color (decimal): -15845346 or 1980430. OLE color: 1980430.
HSL color Cylindrical-coordinate representation of color #0E381E: hue angle of 142.86º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E381E is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 56 | 30 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.78 |
| HSL | 142.86º | 0.6% | 0.14% | - |
| HSV(B) | 142.86º | 0.75% | 0.22% | - |
| XYZ | 1.83 | 3.02 | 1.71 | - |
| YUV | 40.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 30 | 0.75 | 0 | 0.46 | 0.78 | 142.86 | 0.6 | 0.14 |
| Hex | E | 38 | 1E | 4B | 0 | 2E | 4E | 8F | 3C | E |
| Octal | 16 | 70 | 36 | 113 | 0 | 56 | 116 | 217 | 74 | 16 |
| Binary | 1110 | 111000 | 11110 | 1001011 | 0 | 101110 | 1001110 | 10001111 | 111100 | 1110 |
Color Harmonies of #0E381E
Complementary color
Monochromatic Colors of #0E381E
Black with #0E381E
Text Example
Text Example
White with #0E381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E381E; }
p { color: rgb(14,56,30); }
H1.HeaderClassName
{
color: #0E381E;
}
.AnyTagClassName
{
color: #0E381E;
}
</style>
background-color css
<style>
a { background-color: #0E381E; }
a { background-color: rgb(14,56,30); }
div.DivClassName
{
background-color: #0E381E;
}
.BgClassName
{
background-color: #0E381E;
}
</style>
border-color css
<style>
span { border-color: #0E381E; }
span { border-color: rgb(14,56,30); }
td.TdClassName
{
border-color: #0E381E;
}
.TagClassName
{
border-color: #0E381E;
}
</style>