Shades of Deep Fir #033914
Tints of Deep Fir #033914
RGB
CMYK
RGB Variations
Color information
#033914 (or 0x033914) is known color: Deep Fir. HEX triplet: 03, 39 and 14. RGB value is (3,57,20). Sum of RGB (Red+Green+Blue) = 3+57+20=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 57 (22.66% from 255 or 71.25% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 57 - color contains mainly: green. Hex color #033914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033914 is #FCC6EB. Grayscale: #242424. Windows color (decimal): -16565996 or 1325315. OLE color: 1325315.
HSL color Cylindrical-coordinate representation of color #033914: hue angle of 138.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033914 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 57 | 20 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.78 |
| HSL | 138.89º | 0.9% | 0.12% | - |
| HSV(B) | 138.89º | 0.95% | 0.22% | - |
| XYZ | 1.63 | 3 | 1.15 | - |
| YUV | 36.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 20 | 0.95 | 0 | 0.65 | 0.78 | 138.89 | 0.9 | 0.12 |
| Hex | 3 | 39 | 14 | 5F | 0 | 41 | 4E | 8B | 5A | C |
| Octal | 3 | 71 | 24 | 137 | 0 | 101 | 116 | 213 | 132 | 14 |
| Binary | 11 | 111001 | 10100 | 1011111 | 0 | 1000001 | 1001110 | 10001011 | 1011010 | 1100 |
Color Harmonies of #033914
Complementary color
Monochromatic Colors of #033914
Black with #033914
Text Example
Text Example
White with #033914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033914; }
p { color: rgb(3,57,20); }
H1.HeaderClassName
{
color: #033914;
}
.AnyTagClassName
{
color: #033914;
}
</style>
background-color css
<style>
a { background-color: #033914; }
a { background-color: rgb(3,57,20); }
div.DivClassName
{
background-color: #033914;
}
.BgClassName
{
background-color: #033914;
}
</style>
border-color css
<style>
span { border-color: #033914; }
span { border-color: rgb(3,57,20); }
td.TdClassName
{
border-color: #033914;
}
.TagClassName
{
border-color: #033914;
}
</style>