Shades of Deep Fir #03350B
Tints of Deep Fir #03350B
RGB
CMYK
RGB Variations
Color information
#03350B (or 0x03350B) is known color: Deep Fir. HEX triplet: 03, 35 and 0B. RGB value is (3,53,11). Sum of RGB (Red+Green+Blue) = 3+53+11=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 53 (21.09% from 255 or 79.10% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 53 - color contains mainly: green. Hex color #03350B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03350B is #FCCAF4. Grayscale: #212121. Windows color (decimal): -16567029 or 734467. OLE color: 734467.
HSL color Cylindrical-coordinate representation of color #03350B: hue angle of 129.6º 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 #03350B is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 53 | 11 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.79 |
| HSL | 129.6º | 0.89% | 0.11% | - |
| HSV(B) | 129.6º | 0.94% | 0.21% | - |
| XYZ | 1.37 | 2.59 | 0.74 | - |
| YUV | 33.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 11 | 0.94 | 0 | 0.79 | 0.79 | 129.6 | 0.89 | 0.11 |
| Hex | 3 | 35 | B | 5E | 0 | 4F | 4F | 82 | 59 | B |
| Octal | 3 | 65 | 13 | 136 | 0 | 117 | 117 | 202 | 131 | 13 |
| Binary | 11 | 110101 | 1011 | 1011110 | 0 | 1001111 | 1001111 | 10000010 | 1011001 | 1011 |
Color Harmonies of #03350B
Complementary color
Monochromatic Colors of #03350B
Black with #03350B
Text Example
Text Example
White with #03350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03350B; }
p { color: rgb(3,53,11); }
H1.HeaderClassName
{
color: #03350B;
}
.AnyTagClassName
{
color: #03350B;
}
</style>
background-color css
<style>
a { background-color: #03350B; }
a { background-color: rgb(3,53,11); }
div.DivClassName
{
background-color: #03350B;
}
.BgClassName
{
background-color: #03350B;
}
</style>
border-color css
<style>
span { border-color: #03350B; }
span { border-color: rgb(3,53,11); }
td.TdClassName
{
border-color: #03350B;
}
.TagClassName
{
border-color: #03350B;
}
</style>