Shades of Deep Fir #03260A
Tints of Deep Fir #03260A
RGB
CMYK
RGB Variations
Color information
#03260A (or 0x03260A) is known color: Deep Fir. HEX triplet: 03, 26 and 0A. RGB value is (3,38,10). Sum of RGB (Red+Green+Blue) = 3+38+10=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 38 (15.23% from 255 or 74.51% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 38 - color contains mainly: green. Hex color #03260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03260A is #FCD9F5. Grayscale: #181818. Windows color (decimal): -16570870 or 665091. OLE color: 665091.
HSL color Cylindrical-coordinate representation of color #03260A: hue angle of 132º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03260A is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 38 | 10 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.85 |
| HSL | 132º | 0.85% | 0.08% | - |
| HSV(B) | 132º | 0.92% | 0.15% | - |
| XYZ | 0.79 | 1.43 | 0.52 | - |
| YUV | 24.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 10 | 0.92 | 0 | 0.74 | 0.85 | 132 | 0.85 | 0.08 |
| Hex | 3 | 26 | A | 5C | 0 | 4A | 55 | 84 | 55 | 8 |
| Octal | 3 | 46 | 12 | 134 | 0 | 112 | 125 | 204 | 125 | 10 |
| Binary | 11 | 100110 | 1010 | 1011100 | 0 | 1001010 | 1010101 | 10000100 | 1010101 | 1000 |
Color Harmonies of #03260A
Complementary color
Monochromatic Colors of #03260A
Black with #03260A
Text Example
Text Example
White with #03260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03260A; }
p { color: rgb(3,38,10); }
H1.HeaderClassName
{
color: #03260A;
}
.AnyTagClassName
{
color: #03260A;
}
</style>
background-color css
<style>
a { background-color: #03260A; }
a { background-color: rgb(3,38,10); }
div.DivClassName
{
background-color: #03260A;
}
.BgClassName
{
background-color: #03260A;
}
</style>
border-color css
<style>
span { border-color: #03260A; }
span { border-color: rgb(3,38,10); }
td.TdClassName
{
border-color: #03260A;
}
.TagClassName
{
border-color: #03260A;
}
</style>