Shades of Deep Fir #012308
Tints of Deep Fir #012308
RGB
CMYK
RGB Variations
Color information
#012308 (or 0x012308) is known color: Deep Fir. HEX triplet: 01, 23 and 08. RGB value is (1,35,8). Sum of RGB (Red+Green+Blue) = 1+35+8=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 35 (14.06% from 255 or 79.55% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 35 - color contains mainly: green. Hex color #012308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012308 is #FEDCF7. Grayscale: #151515. Windows color (decimal): -16702712 or 533249. OLE color: 533249.
HSL color Cylindrical-coordinate representation of color #012308: hue angle of 132.35º degrees, saturation: 0.94, 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 #012308 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 35 | 8 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.86 |
| HSL | 132.35º | 0.94% | 0.07% | - |
| HSV(B) | 132.35º | 0.97% | 0.14% | - |
| XYZ | 0.66 | 1.23 | 0.43 | - |
| YUV | 21.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 8 | 0.97 | 0 | 0.77 | 0.86 | 132.35 | 0.94 | 0.07 |
| Hex | 1 | 23 | 8 | 61 | 0 | 4D | 56 | 84 | 5E | 7 |
| Octal | 1 | 43 | 10 | 141 | 0 | 115 | 126 | 204 | 136 | 7 |
| Binary | 1 | 100011 | 1000 | 1100001 | 0 | 1001101 | 1010110 | 10000100 | 1011110 | 111 |
Color Harmonies of #012308
Complementary color
Monochromatic Colors of #012308
Black with #012308
Text Example
Text Example
White with #012308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012308; }
p { color: rgb(1,35,8); }
H1.HeaderClassName
{
color: #012308;
}
.AnyTagClassName
{
color: #012308;
}
</style>
background-color css
<style>
a { background-color: #012308; }
a { background-color: rgb(1,35,8); }
div.DivClassName
{
background-color: #012308;
}
.BgClassName
{
background-color: #012308;
}
</style>
border-color css
<style>
span { border-color: #012308; }
span { border-color: rgb(1,35,8); }
td.TdClassName
{
border-color: #012308;
}
.TagClassName
{
border-color: #012308;
}
</style>