Shades of Deep Fir #03360B
Tints of Deep Fir #03360B
RGB
CMYK
RGB Variations
Color information
#03360B (or 0x03360B) is known color: Deep Fir. HEX triplet: 03, 36 and 0B. RGB value is (3,54,11). Sum of RGB (Red+Green+Blue) = 3+54+11=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 54 (21.48% from 255 or 79.41% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 54 - color contains mainly: green. Hex color #03360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03360B is #FCC9F4. Grayscale: #212121. Windows color (decimal): -16566773 or 734723. OLE color: 734723.
HSL color Cylindrical-coordinate representation of color #03360B: hue angle of 129.41º 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 #03360B is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 54 | 11 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.79 |
| HSL | 129.41º | 0.89% | 0.11% | - |
| HSV(B) | 129.41º | 0.94% | 0.21% | - |
| XYZ | 1.42 | 2.68 | 0.76 | - |
| YUV | 33.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 11 | 0.94 | 0 | 0.80 | 0.79 | 129.41 | 0.89 | 0.11 |
| Hex | 3 | 36 | B | 5E | 0 | 50 | 4F | 81 | 59 | B |
| Octal | 3 | 66 | 13 | 136 | 0 | 120 | 117 | 201 | 131 | 13 |
| Binary | 11 | 110110 | 1011 | 1011110 | 0 | 1010000 | 1001111 | 10000001 | 1011001 | 1011 |
Color Harmonies of #03360B
Complementary color
Monochromatic Colors of #03360B
Black with #03360B
Text Example
Text Example
White with #03360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03360B; }
p { color: rgb(3,54,11); }
H1.HeaderClassName
{
color: #03360B;
}
.AnyTagClassName
{
color: #03360B;
}
</style>
background-color css
<style>
a { background-color: #03360B; }
a { background-color: rgb(3,54,11); }
div.DivClassName
{
background-color: #03360B;
}
.BgClassName
{
background-color: #03360B;
}
</style>
border-color css
<style>
span { border-color: #03360B; }
span { border-color: rgb(3,54,11); }
td.TdClassName
{
border-color: #03360B;
}
.TagClassName
{
border-color: #03360B;
}
</style>