Shades of Deep Fir #012807
Tints of Deep Fir #012807
RGB
CMYK
RGB Variations
Color information
#012807 (or 0x012807) is known color: Deep Fir. HEX triplet: 01, 28 and 07. RGB value is (1,40,7). Sum of RGB (Red+Green+Blue) = 1+40+7=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 40 (16.02% from 255 or 83.33% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 40 - color contains mainly: green. Hex color #012807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012807 is #FED7F8. Grayscale: #181818. Windows color (decimal): -16701433 or 468993. OLE color: 468993.
HSL color Cylindrical-coordinate representation of color #012807: hue angle of 129.23º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012807 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 40 | 7 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.84 |
| HSL | 129.23º | 0.95% | 0.08% | - |
| HSV(B) | 129.23º | 0.98% | 0.16% | - |
| XYZ | 0.81 | 1.54 | 0.46 | - |
| YUV | 24.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 7 | 0.98 | 0 | 0.83 | 0.84 | 129.23 | 0.95 | 0.08 |
| Hex | 1 | 28 | 7 | 62 | 0 | 53 | 54 | 81 | 5F | 8 |
| Octal | 1 | 50 | 7 | 142 | 0 | 123 | 124 | 201 | 137 | 10 |
| Binary | 1 | 101000 | 111 | 1100010 | 0 | 1010011 | 1010100 | 10000001 | 1011111 | 1000 |
Color Harmonies of #012807
Complementary color
Monochromatic Colors of #012807
Black with #012807
Text Example
Text Example
White with #012807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012807; }
p { color: rgb(1,40,7); }
H1.HeaderClassName
{
color: #012807;
}
.AnyTagClassName
{
color: #012807;
}
</style>
background-color css
<style>
a { background-color: #012807; }
a { background-color: rgb(1,40,7); }
div.DivClassName
{
background-color: #012807;
}
.BgClassName
{
background-color: #012807;
}
</style>
border-color css
<style>
span { border-color: #012807; }
span { border-color: rgb(1,40,7); }
td.TdClassName
{
border-color: #012807;
}
.TagClassName
{
border-color: #012807;
}
</style>