Shades of Deep Fir #012507
Tints of Deep Fir #012507
RGB
CMYK
RGB Variations
Color information
#012507 (or 0x012507) is known color: Deep Fir. HEX triplet: 01, 25 and 07. RGB value is (1,37,7). Sum of RGB (Red+Green+Blue) = 1+37+7=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 37 (14.84% from 255 or 82.22% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 37 - color contains mainly: green. Hex color #012507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012507 is #FEDAF8. Grayscale: #161616. Windows color (decimal): -16702201 or 468225. OLE color: 468225.
HSL color Cylindrical-coordinate representation of color #012507: hue angle of 130º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012507 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 37 | 7 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.85 |
| HSL | 130º | 0.95% | 0.07% | - |
| HSV(B) | 130º | 0.97% | 0.15% | - |
| XYZ | 0.71 | 1.34 | 0.42 | - |
| YUV | 22.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 37 | 7 | 0.97 | 0 | 0.81 | 0.85 | 130 | 0.95 | 0.07 |
| Hex | 1 | 25 | 7 | 61 | 0 | 51 | 55 | 82 | 5F | 7 |
| Octal | 1 | 45 | 7 | 141 | 0 | 121 | 125 | 202 | 137 | 7 |
| Binary | 1 | 100101 | 111 | 1100001 | 0 | 1010001 | 1010101 | 10000010 | 1011111 | 111 |
Color Harmonies of #012507
Complementary color
Monochromatic Colors of #012507
Black with #012507
Text Example
Text Example
White with #012507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012507; }
p { color: rgb(1,37,7); }
H1.HeaderClassName
{
color: #012507;
}
.AnyTagClassName
{
color: #012507;
}
</style>
background-color css
<style>
a { background-color: #012507; }
a { background-color: rgb(1,37,7); }
div.DivClassName
{
background-color: #012507;
}
.BgClassName
{
background-color: #012507;
}
</style>
border-color css
<style>
span { border-color: #012507; }
span { border-color: rgb(1,37,7); }
td.TdClassName
{
border-color: #012507;
}
.TagClassName
{
border-color: #012507;
}
</style>