Shades of Deep Fir #03300A
Tints of Deep Fir #03300A
RGB
CMYK
RGB Variations
Color information
#03300A (or 0x03300A) is known color: Deep Fir. HEX triplet: 03, 30 and 0A. RGB value is (3,48,10). Sum of RGB (Red+Green+Blue) = 3+48+10=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 48 (19.14% from 255 or 78.69% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 48 - color contains mainly: green. Hex color #03300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03300A is #FCCFF5. Grayscale: #1E1E1E. Windows color (decimal): -16568310 or 667651. OLE color: 667651.
HSL color Cylindrical-coordinate representation of color #03300A: hue angle of 129.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03300A is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 48 | 10 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.81 |
| HSL | 129.33º | 0.88% | 0.1% | - |
| HSV(B) | 129.33º | 0.94% | 0.19% | - |
| XYZ | 1.15 | 2.16 | 0.64 | - |
| YUV | 30.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 10 | 0.94 | 0 | 0.79 | 0.81 | 129.33 | 0.88 | 0.1 |
| Hex | 3 | 30 | A | 5E | 0 | 4F | 51 | 81 | 58 | A |
| Octal | 3 | 60 | 12 | 136 | 0 | 117 | 121 | 201 | 130 | 12 |
| Binary | 11 | 110000 | 1010 | 1011110 | 0 | 1001111 | 1010001 | 10000001 | 1011000 | 1010 |
Color Harmonies of #03300A
Complementary color
Monochromatic Colors of #03300A
Black with #03300A
Text Example
Text Example
White with #03300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03300A; }
p { color: rgb(3,48,10); }
H1.HeaderClassName
{
color: #03300A;
}
.AnyTagClassName
{
color: #03300A;
}
</style>
background-color css
<style>
a { background-color: #03300A; }
a { background-color: rgb(3,48,10); }
div.DivClassName
{
background-color: #03300A;
}
.BgClassName
{
background-color: #03300A;
}
</style>
border-color css
<style>
span { border-color: #03300A; }
span { border-color: rgb(3,48,10); }
td.TdClassName
{
border-color: #03300A;
}
.TagClassName
{
border-color: #03300A;
}
</style>