Shades of Deep Fir #033813
Tints of Deep Fir #033813
RGB
CMYK
RGB Variations
Color information
#033813 (or 0x033813) is known color: Deep Fir. HEX triplet: 03, 38 and 13. RGB value is (3,56,19). Sum of RGB (Red+Green+Blue) = 3+56+19=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #033813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033813 is #FCC7EC. Grayscale: #242424. Windows color (decimal): -16566253 or 1259523. OLE color: 1259523.
HSL color Cylindrical-coordinate representation of color #033813: hue angle of 138.11º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033813 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 56 | 19 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.78 |
| HSL | 138.11º | 0.9% | 0.12% | - |
| HSV(B) | 138.11º | 0.95% | 0.22% | - |
| XYZ | 1.57 | 2.89 | 1.09 | - |
| YUV | 35.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 19 | 0.95 | 0 | 0.66 | 0.78 | 138.11 | 0.9 | 0.12 |
| Hex | 3 | 38 | 13 | 5F | 0 | 42 | 4E | 8A | 5A | C |
| Octal | 3 | 70 | 23 | 137 | 0 | 102 | 116 | 212 | 132 | 14 |
| Binary | 11 | 111000 | 10011 | 1011111 | 0 | 1000010 | 1001110 | 10001010 | 1011010 | 1100 |
Color Harmonies of #033813
Complementary color
Monochromatic Colors of #033813
Black with #033813
Text Example
Text Example
White with #033813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033813; }
p { color: rgb(3,56,19); }
H1.HeaderClassName
{
color: #033813;
}
.AnyTagClassName
{
color: #033813;
}
</style>
background-color css
<style>
a { background-color: #033813; }
a { background-color: rgb(3,56,19); }
div.DivClassName
{
background-color: #033813;
}
.BgClassName
{
background-color: #033813;
}
</style>
border-color css
<style>
span { border-color: #033813; }
span { border-color: rgb(3,56,19); }
td.TdClassName
{
border-color: #033813;
}
.TagClassName
{
border-color: #033813;
}
</style>