#03390D

Color #03390D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #03390D

Tints of Deep Fir #03390D

Color information

#03390D (or 0x03390D) is unknown color: approx Deep Fir. HEX triplet: 03, 39 and 0D. RGB value is (3,57,13). Sum of RGB (Red+Green+Blue) = 3+57+13=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 57 (22.66% from 255 or 78.08% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 57 - color contains mainly: green. Hex color #03390D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03390D is #FCC6F2. Grayscale: #232323. Windows color (decimal): -16566003 or 866563. OLE color: 866563.

HSL color Cylindrical-coordinate representation of color #03390D: hue angle of 131.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 #03390D is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB35713-
CMYK0.9500.770.78
HSL131.11º90%11.76%-
HSV(B)131.11º94.74%22.35%-
XYZ1.572.970.87-
YUV35.84115.11104.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 57 (22.66% from 255) = 78.08%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=4.11%
G=78.08%
B=17.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal357130.9500.770.78131.119011.76
Hex339D5F04D4E835ac
Octal37115137011511620313214
Binary11111001110110111110100110110011101000001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03390D; }

 p { color: rgb(3,57,13); }

 H1.HeaderClassName
 {
   color: #03390D;
 }
 .AnyTagClassName
 {
   color: #03390D;
 }
</style>
background-color css

<style>
 a { background-color: #03390D; }

 a { background-color: rgb(3,57,13); }

 div.DivClassName
 {
   background-color: #03390D;
 }
 .BgClassName
 {
   background-color: #03390D;
 }
</style>
border-color css

<style>
 span { border-color: #03390D; }

 span { border-color: rgb(3,57,13); }

 td.TdClassName
 {
   border-color: #03390D;
 }
 .TagClassName
 {
   border-color: #03390D;
 }
</style>