Shades of Deep Fir #07380F
Tints of Deep Fir #07380F
RGB
CMYK
RGB Variations
Color information
#07380F (or 0x07380F) is known color: Deep Fir. HEX triplet: 07, 38 and 0F. RGB value is (7,56,15). Sum of RGB (Red+Green+Blue) = 7+56+15=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #07380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07380F is #F8C7F0. Grayscale: #242424. Windows color (decimal): -16304113 or 997383. OLE color: 997383.
HSL color Cylindrical-coordinate representation of color #07380F: hue angle of 129.8º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07380F is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 15 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.78 |
| HSL | 129.8º | 0.78% | 0.12% | - |
| HSV(B) | 129.8º | 0.88% | 0.22% | - |
| XYZ | 1.59 | 2.91 | 0.93 | - |
| YUV | 36.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 15 | 0.88 | 0 | 0.73 | 0.78 | 129.8 | 0.78 | 0.12 |
| Hex | 7 | 38 | F | 58 | 0 | 49 | 4E | 82 | 4E | C |
| Octal | 7 | 70 | 17 | 130 | 0 | 111 | 116 | 202 | 116 | 14 |
| Binary | 111 | 111000 | 1111 | 1011000 | 0 | 1001001 | 1001110 | 10000010 | 1001110 | 1100 |
Color Harmonies of #07380F
Complementary color
Monochromatic Colors of #07380F
Black with #07380F
Text Example
Text Example
White with #07380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07380F; }
p { color: rgb(7,56,15); }
H1.HeaderClassName
{
color: #07380F;
}
.AnyTagClassName
{
color: #07380F;
}
</style>
background-color css
<style>
a { background-color: #07380F; }
a { background-color: rgb(7,56,15); }
div.DivClassName
{
background-color: #07380F;
}
.BgClassName
{
background-color: #07380F;
}
</style>
border-color css
<style>
span { border-color: #07380F; }
span { border-color: rgb(7,56,15); }
td.TdClassName
{
border-color: #07380F;
}
.TagClassName
{
border-color: #07380F;
}
</style>