#03310F

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

Shades of Deep Fir #03310F

Tints of Deep Fir #03310F

Color information

#03310F (or 0x03310F) is unknown color: approx Deep Fir. HEX triplet: 03, 31 and 0F. RGB value is (3,49,15). Sum of RGB (Red+Green+Blue) = 3+49+15=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 49 (19.53% from 255 or 73.13% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 49 - color contains mainly: green. Hex color #03310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03310F is #FCCEF0. Grayscale: #1F1F1F. Windows color (decimal): -16568049 or 995587. OLE color: 995587.

HSL color Cylindrical-coordinate representation of color #03310F: hue angle of 135.65º 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 #03310F is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB34915-
CMYK0.9400.690.81
HSL135.65º88.46%10.2%-
HSV(B)135.65º93.88%19.22%-
XYZ1.222.250.82-
YUV31.37118.76107.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 49 (19.53% from 255) = 73.13%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=4.48%
G=73.13%
B=22.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal349150.9400.690.81135.6588.4610.2
Hex331F5E045518858a
Octal36117136010512121013012
Binary11110001111110111100100010110100011000100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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