Shades of Deep Fir #03450D
Tints of Deep Fir #03450D
RGB
CMYK
RGB Variations
Color information
#03450D (or 0x03450D) is known color: Deep Fir. HEX triplet: 03, 45 and 0D. RGB value is (3,69,13). Sum of RGB (Red+Green+Blue) = 3+69+13=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 69 (27.34% from 255 or 81.18% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 69 - color contains mainly: green. Hex color #03450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03450D is #FCBAF2. Grayscale: #2B2B2B. Windows color (decimal): -16562931 or 869635. OLE color: 869635.
HSL color Cylindrical-coordinate representation of color #03450D: hue angle of 129.09º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03450D is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 69 | 13 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.73 |
| HSL | 129.09º | 0.92% | 0.14% | - |
| HSV(B) | 129.09º | 0.96% | 0.27% | - |
| XYZ | 2.24 | 4.3 | 1.09 | - |
| YUV | 42.88 | 111.13 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 13 | 0.96 | 0 | 0.81 | 0.73 | 129.09 | 0.92 | 0.14 |
| Hex | 3 | 45 | D | 60 | 0 | 51 | 49 | 81 | 5C | E |
| Octal | 3 | 105 | 15 | 140 | 0 | 121 | 111 | 201 | 134 | 16 |
| Binary | 11 | 1000101 | 1101 | 1100000 | 0 | 1010001 | 1001001 | 10000001 | 1011100 | 1110 |
Color Harmonies of #03450D
Complementary color
Monochromatic Colors of #03450D
Black with #03450D
Text Example
Text Example
White with #03450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03450D; }
p { color: rgb(3,69,13); }
H1.HeaderClassName
{
color: #03450D;
}
.AnyTagClassName
{
color: #03450D;
}
</style>
background-color css
<style>
a { background-color: #03450D; }
a { background-color: rgb(3,69,13); }
div.DivClassName
{
background-color: #03450D;
}
.BgClassName
{
background-color: #03450D;
}
</style>
border-color css
<style>
span { border-color: #03450D; }
span { border-color: rgb(3,69,13); }
td.TdClassName
{
border-color: #03450D;
}
.TagClassName
{
border-color: #03450D;
}
</style>