#032309

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

Shades of Deep Fir #032309

Tints of Deep Fir #032309

Color information

#032309 (or 0x032309) is unknown color: approx Deep Fir. HEX triplet: 03, 23 and 09. RGB value is (3,35,9). Sum of RGB (Red+Green+Blue) = 3+35+9=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 35 (14.06% from 255 or 74.47% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 35 - color contains mainly: green. Hex color #032309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032309 is #FCDCF6. Grayscale: #161616. Windows color (decimal): -16571639 or 598787. OLE color: 598787.

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

Color convert

RGB3359-
CMYK0.9100.740.86
HSL131.25º84.21%7.45%-
HSV(B)131.25º91.43%13.73%-
XYZ0.691.240.46-
YUV22.47120.4114.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.38%
GREEN value IS 35 (14.06% from 255) = 74.47%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=6.38%
G=74.47%
B=19.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal33590.9100.740.86131.2584.217.45
Hex32395B04A5683547
Octal3431113301121262031247
Binary1110001110011011011010010101010110100000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032309; }

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

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

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

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

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

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

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

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