#03320F

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

Shades of Deep Fir #03320F

Tints of Deep Fir #03320F

Color information

#03320F (or 0x03320F) is unknown color: approx Deep Fir. HEX triplet: 03, 32 and 0F. RGB value is (3,50,15). Sum of RGB (Red+Green+Blue) = 3+50+15=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 50 (19.92% from 255 or 73.53% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 50 - color contains mainly: green. Hex color #03320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03320F is #FCCDF0. Grayscale: #202020. Windows color (decimal): -16567793 or 995843. OLE color: 995843.

HSL color Cylindrical-coordinate representation of color #03320F: hue angle of 135.32º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03320F is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB35015-
CMYK0.9400.700.80
HSL135.32º88.68%10.39%-
HSV(B)135.32º94%19.61%-
XYZ1.262.340.84-
YUV31.96118.43107.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 50 (19.92% from 255) = 73.53%
BLUE value IS 15 (6.25% from 255) = 22.06%
R=4.41%
G=73.53%
B=22.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal350150.9400.700.80135.3288.6810.39
Hex332F5E046508759a
Octal36217136010612020713112
Binary11110010111110111100100011010100001000011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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