Shades of Deep Fir #0E351A
Tints of Deep Fir #0E351A
RGB
CMYK
RGB Variations
Color information
#0E351A (or 0x0E351A) is known color: Deep Fir. HEX triplet: 0E, 35 and 1A. RGB value is (14,53,26). Sum of RGB (Red+Green+Blue) = 14+53+26=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #0E351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E351A is #F1CAE5. Grayscale: #262626. Windows color (decimal): -15846118 or 1717518. OLE color: 1717518.
HSL color Cylindrical-coordinate representation of color #0E351A: hue angle of 138.46º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E351A is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 53 | 26 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.79 |
| HSL | 138.46º | 0.58% | 0.13% | - |
| HSV(B) | 138.46º | 0.74% | 0.21% | - |
| XYZ | 1.64 | 2.71 | 1.41 | - |
| YUV | 38.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 26 | 0.74 | 0 | 0.51 | 0.79 | 138.46 | 0.58 | 0.13 |
| Hex | E | 35 | 1A | 4A | 0 | 33 | 4F | 8A | 3A | D |
| Octal | 16 | 65 | 32 | 112 | 0 | 63 | 117 | 212 | 72 | 15 |
| Binary | 1110 | 110101 | 11010 | 1001010 | 0 | 110011 | 1001111 | 10001010 | 111010 | 1101 |
Color Harmonies of #0E351A
Complementary color
Monochromatic Colors of #0E351A
Black with #0E351A
Text Example
Text Example
White with #0E351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E351A; }
p { color: rgb(14,53,26); }
H1.HeaderClassName
{
color: #0E351A;
}
.AnyTagClassName
{
color: #0E351A;
}
</style>
background-color css
<style>
a { background-color: #0E351A; }
a { background-color: rgb(14,53,26); }
div.DivClassName
{
background-color: #0E351A;
}
.BgClassName
{
background-color: #0E351A;
}
</style>
border-color css
<style>
span { border-color: #0E351A; }
span { border-color: rgb(14,53,26); }
td.TdClassName
{
border-color: #0E351A;
}
.TagClassName
{
border-color: #0E351A;
}
</style>