Shades of Deep Fir #133F1D
Tints of Deep Fir #133F1D
RGB
CMYK
RGB Variations
Color information
#133F1D (or 0x133F1D) is known color: Deep Fir. HEX triplet: 13, 3F and 1D. RGB value is (19,63,29). Sum of RGB (Red+Green+Blue) = 19+63+29=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 63 (25% from 255 or 56.76% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 63 - color contains mainly: green. Hex color #133F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F1D is #ECC0E2. Grayscale: #2E2E2E. Windows color (decimal): -15515875 or 1916691. OLE color: 1916691.
HSL color Cylindrical-coordinate representation of color #133F1D: hue angle of 133.64º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F1D is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 63 | 29 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.75 |
| HSL | 133.64º | 0.54% | 0.16% | - |
| HSV(B) | 133.64º | 0.7% | 0.25% | - |
| XYZ | 2.27 | 3.78 | 1.77 | - |
| YUV | 45.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 29 | 0.70 | 0 | 0.54 | 0.75 | 133.64 | 0.54 | 0.16 |
| Hex | 13 | 3F | 1D | 46 | 0 | 36 | 4B | 86 | 36 | 10 |
| Octal | 23 | 77 | 35 | 106 | 0 | 66 | 113 | 206 | 66 | 20 |
| Binary | 10011 | 111111 | 11101 | 1000110 | 0 | 110110 | 1001011 | 10000110 | 110110 | 10000 |
Color Harmonies of #133F1D
Complementary color
Monochromatic Colors of #133F1D
Black with #133F1D
Text Example
Text Example
White with #133F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F1D; }
p { color: rgb(19,63,29); }
H1.HeaderClassName
{
color: #133F1D;
}
.AnyTagClassName
{
color: #133F1D;
}
</style>
background-color css
<style>
a { background-color: #133F1D; }
a { background-color: rgb(19,63,29); }
div.DivClassName
{
background-color: #133F1D;
}
.BgClassName
{
background-color: #133F1D;
}
</style>
border-color css
<style>
span { border-color: #133F1D; }
span { border-color: rgb(19,63,29); }
td.TdClassName
{
border-color: #133F1D;
}
.TagClassName
{
border-color: #133F1D;
}
</style>