#032409

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

Shades of Deep Fir #032409

Tints of Deep Fir #032409

Color information

#032409 (or 0x032409) is unknown color: approx Deep Fir. HEX triplet: 03, 24 and 09. RGB value is (3,36,9). Sum of RGB (Red+Green+Blue) = 3+36+9=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 36 (14.45% from 255 or 75% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 36 - color contains mainly: green. Hex color #032409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032409 is #FCDBF6. Grayscale: #171717. Windows color (decimal): -16571383 or 599043. OLE color: 599043.

HSL color Cylindrical-coordinate representation of color #032409: hue angle of 130.91º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #032409 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.86.

Color convert

RGB3369-
CMYK0.9200.750.86
HSL130.91º84.62%7.65%-
HSV(B)130.91º91.67%14.12%-
XYZ0.721.30.47-
YUV23.05120.07113.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.25%
GREEN value IS 36 (14.45% from 255) = 75%
BLUE value IS 9 (3.91% from 255) = 18.75%
R=6.25%
G=75%
B=18.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal33690.9200.750.86130.9184.627.65
Hex32495C04B5683558
Octal34411134011312620312510
Binary11100100100110111000100101110101101000001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032409; }

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

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

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

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

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

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

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

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