Shades of Deep Fir #01300A
Tints of Deep Fir #01300A
RGB
CMYK
RGB Variations
Color information
#01300A (or 0x01300A) is known color: Deep Fir. HEX triplet: 01, 30 and 0A. RGB value is (1,48,10). Sum of RGB (Red+Green+Blue) = 1+48+10=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 48 (19.14% from 255 or 81.36% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 48 - color contains mainly: green. Hex color #01300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01300A is #FECFF5. Grayscale: #1D1D1D. Windows color (decimal): -16699382 or 667649. OLE color: 667649.
HSL color Cylindrical-coordinate representation of color #01300A: hue angle of 131.49º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01300A is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 48 | 10 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.81 |
| HSL | 131.49º | 0.96% | 0.1% | - |
| HSV(B) | 131.49º | 0.98% | 0.19% | - |
| XYZ | 1.12 | 2.14 | 0.64 | - |
| YUV | 29.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 10 | 0.98 | 0 | 0.79 | 0.81 | 131.49 | 0.96 | 0.1 |
| Hex | 1 | 30 | A | 62 | 0 | 4F | 51 | 83 | 60 | A |
| Octal | 1 | 60 | 12 | 142 | 0 | 117 | 121 | 203 | 140 | 12 |
| Binary | 1 | 110000 | 1010 | 1100010 | 0 | 1001111 | 1010001 | 10000011 | 1100000 | 1010 |
Color Harmonies of #01300A
Complementary color
Monochromatic Colors of #01300A
Black with #01300A
Text Example
Text Example
White with #01300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01300A; }
p { color: rgb(1,48,10); }
H1.HeaderClassName
{
color: #01300A;
}
.AnyTagClassName
{
color: #01300A;
}
</style>
background-color css
<style>
a { background-color: #01300A; }
a { background-color: rgb(1,48,10); }
div.DivClassName
{
background-color: #01300A;
}
.BgClassName
{
background-color: #01300A;
}
</style>
border-color css
<style>
span { border-color: #01300A; }
span { border-color: rgb(1,48,10); }
td.TdClassName
{
border-color: #01300A;
}
.TagClassName
{
border-color: #01300A;
}
</style>