Html Css Color HEX #032609 Deep Fir

📋 copy color: '#032609'

red 3 ◦ green 38 ◦ blue 9

#032609
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #032609

Tints of Deep Fir #032609

RGB

 RED value IS 3 (1.56% from 255) = 6%

 GREEN value IS 38 (15.23% from 255) = 76%

 BLUE value IS 9 (3.91% from 255) = 18%

R = 6%
G = 76%
B = 18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#032609 (or 0x032609) is known color: Deep Fir. HEX triplet: 03, 26 and 09. RGB value is (3,38,9). Sum of RGB (Red+Green+Blue) = 3+38+9=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 38 (15.23% from 255 or 76% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 38 - color contains mainly: green. Hex color #032609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032609 is #FCD9F6. Grayscale: #181818. Windows color (decimal): -16570871 or 599555. OLE color: 599555.

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

Color convert

RGB 3 38 9 -
CMYK 0.92 0 0.76 0.85
HSL 130.29º 0.85% 0.08% -
HSV(B) 130.29º 0.92% 0.15% -
XYZ 0.78 1.43 0.49 -
YUV 24.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 3 38 9 0.92 0 0.76 0.85 130.29 0.85 0.08
Hex 3 26 9 5C 0 4C 55 82 55 8
Octal 3 46 11 134 0 114 125 202 125 10
Binary 11 100110 1001 1011100 0 1001100 1010101 10000010 1010101 1000

Color Harmonies of #032609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032609

Black with #032609

Text Example


Text Example

White with #032609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032609; }

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

 H1.HeaderClassName
 {
   color: #032609;
 }
 .AnyTagClassName
 {
   color: #032609;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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