Shades of Deep Fir #0E381B
Tints of Deep Fir #0E381B
RGB
CMYK
RGB Variations
Color information
#0E381B (or 0x0E381B) is known color: Deep Fir. HEX triplet: 0E, 38 and 1B. RGB value is (14,56,27). Sum of RGB (Red+Green+Blue) = 14+56+27=97 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.43% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #0E381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E381B is #F1C7E4. Grayscale: #282828. Windows color (decimal): -15845349 or 1783822. OLE color: 1783822.
HSL color Cylindrical-coordinate representation of color #0E381B: hue angle of 138.57º 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 #0E381B is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 56 | 27 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.78 |
| HSL | 138.57º | 0.6% | 0.14% | - |
| HSV(B) | 138.57º | 0.75% | 0.22% | - |
| XYZ | 1.79 | 3 | 1.52 | - |
| YUV | 40.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 27 | 0.75 | 0 | 0.52 | 0.78 | 138.57 | 0.6 | 0.14 |
| Hex | E | 38 | 1B | 4B | 0 | 34 | 4E | 8B | 3C | E |
| Octal | 16 | 70 | 33 | 113 | 0 | 64 | 116 | 213 | 74 | 16 |
| Binary | 1110 | 111000 | 11011 | 1001011 | 0 | 110100 | 1001110 | 10001011 | 111100 | 1110 |
Color Harmonies of #0E381B
Complementary color
Monochromatic Colors of #0E381B
Black with #0E381B
Text Example
Text Example
White with #0E381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E381B; }
p { color: rgb(14,56,27); }
H1.HeaderClassName
{
color: #0E381B;
}
.AnyTagClassName
{
color: #0E381B;
}
</style>
background-color css
<style>
a { background-color: #0E381B; }
a { background-color: rgb(14,56,27); }
div.DivClassName
{
background-color: #0E381B;
}
.BgClassName
{
background-color: #0E381B;
}
</style>
border-color css
<style>
span { border-color: #0E381B; }
span { border-color: rgb(14,56,27); }
td.TdClassName
{
border-color: #0E381B;
}
.TagClassName
{
border-color: #0E381B;
}
</style>