#03340F

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

Shades of Deep Fir #03340F

Tints of Deep Fir #03340F

Color information

#03340F (or 0x03340F) is unknown color: approx Deep Fir. HEX triplet: 03, 34 and 0F. RGB value is (3,52,15). Sum of RGB (Red+Green+Blue) = 3+52+15=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #03340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03340F is #FCCBF0. Grayscale: #212121. Windows color (decimal): -16567281 or 996355. OLE color: 996355.

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

Color convert

RGB35215-
CMYK0.9400.710.80
HSL134.69º89.09%10.78%-
HSV(B)134.69º94.23%20.39%-
XYZ1.352.510.87-
YUV33.13117.77106.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 52 (20.70% from 255) = 74.29%
BLUE value IS 15 (6.25% from 255) = 21.43%
R=4.29%
G=74.29%
B=21.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal352150.9400.710.80134.6989.0910.78
Hex334F5E047508759b
Octal36417136010712020713113
Binary11110100111110111100100011110100001000011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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