#03340C

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

Shades of Deep Fir #03340C

Tints of Deep Fir #03340C

Color information

#03340C (or 0x03340C) is unknown color: approx Deep Fir. HEX triplet: 03, 34 and 0C. RGB value is (3,52,12). Sum of RGB (Red+Green+Blue) = 3+52+12=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 52 (20.70% from 255 or 77.61% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 52 - color contains mainly: green. Hex color #03340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03340C is #FCCBF3. Grayscale: #202020. Windows color (decimal): -16567284 or 799747. OLE color: 799747.

HSL color Cylindrical-coordinate representation of color #03340C: hue angle of 131.02º 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 #03340C is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB35212-
CMYK0.9400.770.80
HSL131.02º89.09%10.78%-
HSV(B)131.02º94.23%20.39%-
XYZ1.332.50.76-
YUV32.79116.27106.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 52 (20.70% from 255) = 77.61%
BLUE value IS 12 (5.08% from 255) = 17.91%
R=4.48%
G=77.61%
B=17.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal352120.9400.770.80131.0289.0910.78
Hex334C5E04D508359b
Octal36414136011512020313113
Binary11110100110010111100100110110100001000001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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