#032209

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

Shades of Deep Fir #032209

Tints of Deep Fir #032209

Color information

#032209 (or 0x032209) is unknown color: approx Deep Fir. HEX triplet: 03, 22 and 09. RGB value is (3,34,9). Sum of RGB (Red+Green+Blue) = 3+34+9=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 34 (13.67% from 255 or 73.91% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 34 - color contains mainly: green. Hex color #032209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032209 is #FCDDF6. Grayscale: #151515. Windows color (decimal): -16571895 or 598531. OLE color: 598531.

HSL color Cylindrical-coordinate representation of color #032209: hue angle of 131.61º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #032209 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.87.

Color convert

RGB3349-
CMYK0.9100.740.87
HSL131.61º83.78%7.25%-
HSV(B)131.61º91.18%13.33%-
XYZ0.661.180.45-
YUV21.88120.73114.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.52%
GREEN value IS 34 (13.67% from 255) = 73.91%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=6.52%
G=73.91%
B=19.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33490.9100.740.87131.6183.787.25
Hex32295B04A5784547
Octal3421113301121272041247
Binary1110001010011011011010010101010111100001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032209; }

 p { color: rgb(3,34,9); }

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

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

 a { background-color: rgb(3,34,9); }

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

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

 span { border-color: rgb(3,34,9); }

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