Shades of Deep Fir #012408
Tints of Deep Fir #012408
RGB
CMYK
RGB Variations
Color information
#012408 (or 0x012408) is known color: Deep Fir. HEX triplet: 01, 24 and 08. RGB value is (1,36,8). Sum of RGB (Red+Green+Blue) = 1+36+8=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 36 (14.45% from 255 or 80% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 36 - color contains mainly: green. Hex color #012408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012408 is #FEDBF7. Grayscale: #161616. Windows color (decimal): -16702456 or 533505. OLE color: 533505.
HSL color Cylindrical-coordinate representation of color #012408: hue angle of 132º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012408 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 36 | 8 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.86 |
| HSL | 132º | 0.95% | 0.07% | - |
| HSV(B) | 132º | 0.97% | 0.14% | - |
| XYZ | 0.69 | 1.29 | 0.44 | - |
| YUV | 22.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 8 | 0.97 | 0 | 0.78 | 0.86 | 132 | 0.95 | 0.07 |
| Hex | 1 | 24 | 8 | 61 | 0 | 4E | 56 | 84 | 5F | 7 |
| Octal | 1 | 44 | 10 | 141 | 0 | 116 | 126 | 204 | 137 | 7 |
| Binary | 1 | 100100 | 1000 | 1100001 | 0 | 1001110 | 1010110 | 10000100 | 1011111 | 111 |
Color Harmonies of #012408
Complementary color
Monochromatic Colors of #012408
Black with #012408
Text Example
Text Example
White with #012408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012408; }
p { color: rgb(1,36,8); }
H1.HeaderClassName
{
color: #012408;
}
.AnyTagClassName
{
color: #012408;
}
</style>
background-color css
<style>
a { background-color: #012408; }
a { background-color: rgb(1,36,8); }
div.DivClassName
{
background-color: #012408;
}
.BgClassName
{
background-color: #012408;
}
</style>
border-color css
<style>
span { border-color: #012408; }
span { border-color: rgb(1,36,8); }
td.TdClassName
{
border-color: #012408;
}
.TagClassName
{
border-color: #012408;
}
</style>