Shades of Deep Fir #03360A
Tints of Deep Fir #03360A
RGB
CMYK
RGB Variations
Color information
#03360A (or 0x03360A) is known color: Deep Fir. HEX triplet: 03, 36 and 0A. RGB value is (3,54,10). Sum of RGB (Red+Green+Blue) = 3+54+10=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 54 (21.48% from 255 or 80.60% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 54 - color contains mainly: green. Hex color #03360A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03360A is #FCC9F5. Grayscale: #212121. Windows color (decimal): -16566774 or 669187. OLE color: 669187.
HSL color Cylindrical-coordinate representation of color #03360A: hue angle of 128.24º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03360A is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 54 | 10 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.79 |
| HSL | 128.24º | 0.89% | 0.11% | - |
| HSV(B) | 128.24º | 0.94% | 0.21% | - |
| XYZ | 1.41 | 2.68 | 0.73 | - |
| YUV | 33.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 10 | 0.94 | 0 | 0.81 | 0.79 | 128.24 | 0.89 | 0.11 |
| Hex | 3 | 36 | A | 5E | 0 | 51 | 4F | 80 | 59 | B |
| Octal | 3 | 66 | 12 | 136 | 0 | 121 | 117 | 200 | 131 | 13 |
| Binary | 11 | 110110 | 1010 | 1011110 | 0 | 1010001 | 1001111 | 10000000 | 1011001 | 1011 |
Color Harmonies of #03360A
Complementary color
Monochromatic Colors of #03360A
Black with #03360A
Text Example
Text Example
White with #03360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03360A; }
p { color: rgb(3,54,10); }
H1.HeaderClassName
{
color: #03360A;
}
.AnyTagClassName
{
color: #03360A;
}
</style>
background-color css
<style>
a { background-color: #03360A; }
a { background-color: rgb(3,54,10); }
div.DivClassName
{
background-color: #03360A;
}
.BgClassName
{
background-color: #03360A;
}
</style>
border-color css
<style>
span { border-color: #03360A; }
span { border-color: rgb(3,54,10); }
td.TdClassName
{
border-color: #03360A;
}
.TagClassName
{
border-color: #03360A;
}
</style>