Shades of Deep Fir #03330B
Tints of Deep Fir #03330B
RGB
CMYK
RGB Variations
Color information
#03330B (or 0x03330B) is known color: Deep Fir. HEX triplet: 03, 33 and 0B. RGB value is (3,51,11). Sum of RGB (Red+Green+Blue) = 3+51+11=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 51 (20.31% from 255 or 78.46% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 51 - color contains mainly: green. Hex color #03330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03330B is #FCCCF4. Grayscale: #202020. Windows color (decimal): -16567541 or 733955. OLE color: 733955.
HSL color Cylindrical-coordinate representation of color #03330B: hue angle of 130º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03330B is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 51 | 11 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.8 |
| HSL | 130º | 0.89% | 0.11% | - |
| HSV(B) | 130º | 0.94% | 0.2% | - |
| XYZ | 1.28 | 2.41 | 0.71 | - |
| YUV | 32.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 11 | 0.94 | 0 | 0.78 | 0.8 | 130 | 0.89 | 0.11 |
| Hex | 3 | 33 | B | 5E | 0 | 4E | 50 | 82 | 59 | B |
| Octal | 3 | 63 | 13 | 136 | 0 | 116 | 120 | 202 | 131 | 13 |
| Binary | 11 | 110011 | 1011 | 1011110 | 0 | 1001110 | 1010000 | 10000010 | 1011001 | 1011 |
Color Harmonies of #03330B
Complementary color
Monochromatic Colors of #03330B
Black with #03330B
Text Example
Text Example
White with #03330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03330B; }
p { color: rgb(3,51,11); }
H1.HeaderClassName
{
color: #03330B;
}
.AnyTagClassName
{
color: #03330B;
}
</style>
background-color css
<style>
a { background-color: #03330B; }
a { background-color: rgb(3,51,11); }
div.DivClassName
{
background-color: #03330B;
}
.BgClassName
{
background-color: #03330B;
}
</style>
border-color css
<style>
span { border-color: #03330B; }
span { border-color: rgb(3,51,11); }
td.TdClassName
{
border-color: #03330B;
}
.TagClassName
{
border-color: #03330B;
}
</style>