Shades of Deep Fir #14331A
Tints of Deep Fir #14331A
RGB
CMYK
RGB Variations
Color information
#14331A (or 0x14331A) is known color: Deep Fir. HEX triplet: 14, 33 and 1A. RGB value is (20,51,26). Sum of RGB (Red+Green+Blue) = 20+51+26=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #14331A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14331A is #EBCCE5. Grayscale: #262626. Windows color (decimal): -15453414 or 1717012. OLE color: 1717012.
HSL color Cylindrical-coordinate representation of color #14331A: hue angle of 131.61º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #14331A is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 51 | 26 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.8 |
| HSL | 131.61º | 0.44% | 0.14% | - |
| HSV(B) | 131.61º | 0.61% | 0.2% | - |
| XYZ | 1.66 | 2.59 | 1.39 | - |
| YUV | 38.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 26 | 0.61 | 0 | 0.49 | 0.8 | 131.61 | 0.44 | 0.14 |
| Hex | 14 | 33 | 1A | 3D | 0 | 31 | 50 | 84 | 2C | E |
| Octal | 24 | 63 | 32 | 75 | 0 | 61 | 120 | 204 | 54 | 16 |
| Binary | 10100 | 110011 | 11010 | 111101 | 0 | 110001 | 1010000 | 10000100 | 101100 | 1110 |
Color Harmonies of #14331A
Complementary color
Monochromatic Colors of #14331A
Black with #14331A
Text Example
Text Example
White with #14331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14331A; }
p { color: rgb(20,51,26); }
H1.HeaderClassName
{
color: #14331A;
}
.AnyTagClassName
{
color: #14331A;
}
</style>
background-color css
<style>
a { background-color: #14331A; }
a { background-color: rgb(20,51,26); }
div.DivClassName
{
background-color: #14331A;
}
.BgClassName
{
background-color: #14331A;
}
</style>
border-color css
<style>
span { border-color: #14331A; }
span { border-color: rgb(20,51,26); }
td.TdClassName
{
border-color: #14331A;
}
.TagClassName
{
border-color: #14331A;
}
</style>