Shades of Deep Fir #1F412B
Tints of Deep Fir #1F412B
RGB
CMYK
RGB Variations
Color information
#1F412B (or 0x1F412B) is known color: Deep Fir. HEX triplet: 1F, 41 and 2B. RGB value is (31,65,43). Sum of RGB (Red+Green+Blue) = 31+65+43=139 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.30% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #1F412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F412B is #E0BED4. Grayscale: #343434. Windows color (decimal): -14728917 or 2834719. OLE color: 2834719.
HSL color Cylindrical-coordinate representation of color #1F412B: hue angle of 141.18º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F412B is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 43 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.75 |
| HSL | 141.18º | 0.35% | 0.19% | - |
| HSV(B) | 141.18º | 0.52% | 0.25% | - |
| XYZ | 2.89 | 4.25 | 2.95 | - |
| YUV | 52.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 43 | 0.52 | 0 | 0.34 | 0.75 | 141.18 | 0.35 | 0.19 |
| Hex | 1F | 41 | 2B | 34 | 0 | 22 | 4B | 8D | 23 | 13 |
| Octal | 37 | 101 | 53 | 64 | 0 | 42 | 113 | 215 | 43 | 23 |
| Binary | 11111 | 1000001 | 101011 | 110100 | 0 | 100010 | 1001011 | 10001101 | 100011 | 10011 |
Color Harmonies of #1F412B
Complementary color
Monochromatic Colors of #1F412B
Black with #1F412B
Text Example
Text Example
White with #1F412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F412B; }
p { color: rgb(31,65,43); }
H1.HeaderClassName
{
color: #1F412B;
}
.AnyTagClassName
{
color: #1F412B;
}
</style>
background-color css
<style>
a { background-color: #1F412B; }
a { background-color: rgb(31,65,43); }
div.DivClassName
{
background-color: #1F412B;
}
.BgClassName
{
background-color: #1F412B;
}
</style>
border-color css
<style>
span { border-color: #1F412B; }
span { border-color: rgb(31,65,43); }
td.TdClassName
{
border-color: #1F412B;
}
.TagClassName
{
border-color: #1F412B;
}
</style>