Shades of Deep Fir #14301B
Tints of Deep Fir #14301B
RGB
CMYK
RGB Variations
Color information
#14301B (or 0x14301B) is known color: Deep Fir. HEX triplet: 14, 30 and 1B. RGB value is (20,48,27). Sum of RGB (Red+Green+Blue) = 20+48+27=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #14301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14301B is #EBCFE4. Grayscale: #252525. Windows color (decimal): -15454181 or 1781780. OLE color: 1781780.
HSL color Cylindrical-coordinate representation of color #14301B: hue angle of 135º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #14301B is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 48 | 27 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.81 |
| HSL | 135º | 0.41% | 0.13% | - |
| HSV(B) | 135º | 0.58% | 0.19% | - |
| XYZ | 1.54 | 2.34 | 1.41 | - |
| YUV | 37.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 27 | 0.58 | 0 | 0.44 | 0.81 | 135 | 0.41 | 0.13 |
| Hex | 14 | 30 | 1B | 3A | 0 | 2C | 51 | 87 | 29 | D |
| Octal | 24 | 60 | 33 | 72 | 0 | 54 | 121 | 207 | 51 | 15 |
| Binary | 10100 | 110000 | 11011 | 111010 | 0 | 101100 | 1010001 | 10000111 | 101001 | 1101 |
Color Harmonies of #14301B
Complementary color
Monochromatic Colors of #14301B
Black with #14301B
Text Example
Text Example
White with #14301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14301B; }
p { color: rgb(20,48,27); }
H1.HeaderClassName
{
color: #14301B;
}
.AnyTagClassName
{
color: #14301B;
}
</style>
background-color css
<style>
a { background-color: #14301B; }
a { background-color: rgb(20,48,27); }
div.DivClassName
{
background-color: #14301B;
}
.BgClassName
{
background-color: #14301B;
}
</style>
border-color css
<style>
span { border-color: #14301B; }
span { border-color: rgb(20,48,27); }
td.TdClassName
{
border-color: #14301B;
}
.TagClassName
{
border-color: #14301B;
}
</style>