Shades of Deep Fir #032707
Tints of Deep Fir #032707
RGB
CMYK
RGB Variations
Color information
#032707 (or 0x032707) is known color: Deep Fir. HEX triplet: 03, 27 and 07. RGB value is (3,39,7). Sum of RGB (Red+Green+Blue) = 3+39+7=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 39 (15.62% from 255 or 79.59% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 39 - color contains mainly: green. Hex color #032707 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032707 is #FCD8F8. Grayscale: #181818. Windows color (decimal): -16570617 or 468739. OLE color: 468739.
HSL color Cylindrical-coordinate representation of color #032707: hue angle of 126.67º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032707 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 39 | 7 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.85 |
| HSL | 126.67º | 0.86% | 0.08% | - |
| HSV(B) | 126.67º | 0.92% | 0.15% | - |
| XYZ | 0.8 | 1.49 | 0.45 | - |
| YUV | 24.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 39 | 7 | 0.92 | 0 | 0.82 | 0.85 | 126.67 | 0.86 | 0.08 |
| Hex | 3 | 27 | 7 | 5C | 0 | 52 | 55 | 7F | 56 | 8 |
| Octal | 3 | 47 | 7 | 134 | 0 | 122 | 125 | 177 | 126 | 10 |
| Binary | 11 | 100111 | 111 | 1011100 | 0 | 1010010 | 1010101 | 1111111 | 1010110 | 1000 |
Color Harmonies of #032707
Complementary color
Monochromatic Colors of #032707
Black with #032707
Text Example
Text Example
White with #032707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032707; }
p { color: rgb(3,39,7); }
H1.HeaderClassName
{
color: #032707;
}
.AnyTagClassName
{
color: #032707;
}
</style>
background-color css
<style>
a { background-color: #032707; }
a { background-color: rgb(3,39,7); }
div.DivClassName
{
background-color: #032707;
}
.BgClassName
{
background-color: #032707;
}
</style>
border-color css
<style>
span { border-color: #032707; }
span { border-color: rgb(3,39,7); }
td.TdClassName
{
border-color: #032707;
}
.TagClassName
{
border-color: #032707;
}
</style>