#03310E

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

Shades of Deep Fir #03310E

Tints of Deep Fir #03310E

Color information

#03310E (or 0x03310E) is unknown color: approx Deep Fir. HEX triplet: 03, 31 and 0E. RGB value is (3,49,14). Sum of RGB (Red+Green+Blue) = 3+49+14=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #03310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03310E is #FCCEF1. Grayscale: #1F1F1F. Windows color (decimal): -16568050 or 930051. OLE color: 930051.

HSL color Cylindrical-coordinate representation of color #03310E: hue angle of 134.35º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03310E is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB34914-
CMYK0.9400.710.81
HSL134.35º88.46%10.2%-
HSV(B)134.35º93.88%19.22%-
XYZ1.222.250.79-
YUV31.26118.26107.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 49 (19.53% from 255) = 74.24%
BLUE value IS 14 (5.86% from 255) = 21.21%
R=4.55%
G=74.24%
B=21.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal349140.9400.710.81134.3588.4610.2
Hex331E5E047518658a
Octal36116136010712120613012
Binary11110001111010111100100011110100011000011010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03310E; }

 p { color: rgb(3,49,14); }

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

<style>
 a { background-color: #03310E; }

 a { background-color: rgb(3,49,14); }

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

<style>
 span { border-color: #03310E; }

 span { border-color: rgb(3,49,14); }

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