Shades of Deep Fir #03350A
Tints of Deep Fir #03350A
RGB
CMYK
RGB Variations
Color information
#03350A (or 0x03350A) is known color: Deep Fir. HEX triplet: 03, 35 and 0A. RGB value is (3,53,10). Sum of RGB (Red+Green+Blue) = 3+53+10=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 53 (21.09% from 255 or 80.30% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 53 - color contains mainly: green. Hex color #03350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03350A is #FCCAF5. Grayscale: #212121. Windows color (decimal): -16567030 or 668931. OLE color: 668931.
HSL color Cylindrical-coordinate representation of color #03350A: hue angle of 128.4º 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 #03350A is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 53 | 10 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.79 |
| HSL | 128.4º | 0.89% | 0.11% | - |
| HSV(B) | 128.4º | 0.94% | 0.21% | - |
| XYZ | 1.37 | 2.59 | 0.71 | - |
| YUV | 33.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 10 | 0.94 | 0 | 0.81 | 0.79 | 128.4 | 0.89 | 0.11 |
| Hex | 3 | 35 | A | 5E | 0 | 51 | 4F | 80 | 59 | B |
| Octal | 3 | 65 | 12 | 136 | 0 | 121 | 117 | 200 | 131 | 13 |
| Binary | 11 | 110101 | 1010 | 1011110 | 0 | 1010001 | 1001111 | 10000000 | 1011001 | 1011 |
Color Harmonies of #03350A
Complementary color
Monochromatic Colors of #03350A
Black with #03350A
Text Example
Text Example
White with #03350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03350A; }
p { color: rgb(3,53,10); }
H1.HeaderClassName
{
color: #03350A;
}
.AnyTagClassName
{
color: #03350A;
}
</style>
background-color css
<style>
a { background-color: #03350A; }
a { background-color: rgb(3,53,10); }
div.DivClassName
{
background-color: #03350A;
}
.BgClassName
{
background-color: #03350A;
}
</style>
border-color css
<style>
span { border-color: #03350A; }
span { border-color: rgb(3,53,10); }
td.TdClassName
{
border-color: #03350A;
}
.TagClassName
{
border-color: #03350A;
}
</style>