Shades of Deep Fir #03380B
Tints of Deep Fir #03380B
RGB
CMYK
RGB Variations
Color information
#03380B (or 0x03380B) is known color: Deep Fir. HEX triplet: 03, 38 and 0B. RGB value is (3,56,11). Sum of RGB (Red+Green+Blue) = 3+56+11=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 56 (22.27% from 255 or 80% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 56 - color contains mainly: green. Hex color #03380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03380B is #FCC7F4. Grayscale: #232323. Windows color (decimal): -16566261 or 735235. OLE color: 735235.
HSL color Cylindrical-coordinate representation of color #03380B: hue angle of 129.06º 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 #03380B is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 56 | 11 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.78 |
| HSL | 129.06º | 0.9% | 0.12% | - |
| HSV(B) | 129.06º | 0.95% | 0.22% | - |
| XYZ | 1.51 | 2.87 | 0.79 | - |
| YUV | 35.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 11 | 0.95 | 0 | 0.80 | 0.78 | 129.06 | 0.9 | 0.12 |
| Hex | 3 | 38 | B | 5F | 0 | 50 | 4E | 81 | 5A | C |
| Octal | 3 | 70 | 13 | 137 | 0 | 120 | 116 | 201 | 132 | 14 |
| Binary | 11 | 111000 | 1011 | 1011111 | 0 | 1010000 | 1001110 | 10000001 | 1011010 | 1100 |
Color Harmonies of #03380B
Complementary color
Monochromatic Colors of #03380B
Black with #03380B
Text Example
Text Example
White with #03380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03380B; }
p { color: rgb(3,56,11); }
H1.HeaderClassName
{
color: #03380B;
}
.AnyTagClassName
{
color: #03380B;
}
</style>
background-color css
<style>
a { background-color: #03380B; }
a { background-color: rgb(3,56,11); }
div.DivClassName
{
background-color: #03380B;
}
.BgClassName
{
background-color: #03380B;
}
</style>
border-color css
<style>
span { border-color: #03380B; }
span { border-color: rgb(3,56,11); }
td.TdClassName
{
border-color: #03380B;
}
.TagClassName
{
border-color: #03380B;
}
</style>