Shades of Deep Fir #034111
Tints of Deep Fir #034111
RGB
CMYK
RGB Variations
Color information
#034111 (or 0x034111) is known color: Deep Fir. HEX triplet: 03, 41 and 11. RGB value is (3,65,17). Sum of RGB (Red+Green+Blue) = 3+65+17=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 65 (25.78% from 255 or 76.47% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 65 - color contains mainly: green. Hex color #034111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034111 is #FCBEEE. Grayscale: #292929. Windows color (decimal): -16563951 or 1130755. OLE color: 1130755.
HSL color Cylindrical-coordinate representation of color #034111: hue angle of 133.55º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034111 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 65 | 17 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.75 |
| HSL | 133.55º | 0.91% | 0.13% | - |
| HSV(B) | 133.55º | 0.95% | 0.25% | - |
| XYZ | 2.03 | 3.84 | 1.16 | - |
| YUV | 40.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 17 | 0.95 | 0 | 0.74 | 0.75 | 133.55 | 0.91 | 0.13 |
| Hex | 3 | 41 | 11 | 5F | 0 | 4A | 4B | 86 | 5B | D |
| Octal | 3 | 101 | 21 | 137 | 0 | 112 | 113 | 206 | 133 | 15 |
| Binary | 11 | 1000001 | 10001 | 1011111 | 0 | 1001010 | 1001011 | 10000110 | 1011011 | 1101 |
Color Harmonies of #034111
Complementary color
Monochromatic Colors of #034111
Black with #034111
Text Example
Text Example
White with #034111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034111; }
p { color: rgb(3,65,17); }
H1.HeaderClassName
{
color: #034111;
}
.AnyTagClassName
{
color: #034111;
}
</style>
background-color css
<style>
a { background-color: #034111; }
a { background-color: rgb(3,65,17); }
div.DivClassName
{
background-color: #034111;
}
.BgClassName
{
background-color: #034111;
}
</style>
border-color css
<style>
span { border-color: #034111; }
span { border-color: rgb(3,65,17); }
td.TdClassName
{
border-color: #034111;
}
.TagClassName
{
border-color: #034111;
}
</style>