Shades of Deep Fir #012707
Tints of Deep Fir #012707
RGB
CMYK
RGB Variations
Color information
#012707 (or 0x012707) is known color: Deep Fir. HEX triplet: 01, 27 and 07. RGB value is (1,39,7). Sum of RGB (Red+Green+Blue) = 1+39+7=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 39 (15.62% from 255 or 82.98% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 39 - color contains mainly: green. Hex color #012707 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012707 is #FED8F8. Grayscale: #181818. Windows color (decimal): -16701689 or 468737. OLE color: 468737.
HSL color Cylindrical-coordinate representation of color #012707: hue angle of 129.47º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012707 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 39 | 7 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.85 |
| HSL | 129.47º | 0.95% | 0.08% | - |
| HSV(B) | 129.47º | 0.97% | 0.15% | - |
| XYZ | 0.78 | 1.47 | 0.44 | - |
| YUV | 23.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 7 | 0.97 | 0 | 0.82 | 0.85 | 129.47 | 0.95 | 0.08 |
| Hex | 1 | 27 | 7 | 61 | 0 | 52 | 55 | 81 | 5F | 8 |
| Octal | 1 | 47 | 7 | 141 | 0 | 122 | 125 | 201 | 137 | 10 |
| Binary | 1 | 100111 | 111 | 1100001 | 0 | 1010010 | 1010101 | 10000001 | 1011111 | 1000 |
Color Harmonies of #012707
Complementary color
Monochromatic Colors of #012707
Black with #012707
Text Example
Text Example
White with #012707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012707; }
p { color: rgb(1,39,7); }
H1.HeaderClassName
{
color: #012707;
}
.AnyTagClassName
{
color: #012707;
}
</style>
background-color css
<style>
a { background-color: #012707; }
a { background-color: rgb(1,39,7); }
div.DivClassName
{
background-color: #012707;
}
.BgClassName
{
background-color: #012707;
}
</style>
border-color css
<style>
span { border-color: #012707; }
span { border-color: rgb(1,39,7); }
td.TdClassName
{
border-color: #012707;
}
.TagClassName
{
border-color: #012707;
}
</style>