Html Css Color HEX #032509 Deep Fir

📋 copy color: '#032509'

red 3 ◦ green 37 ◦ blue 9

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

Shades of Deep Fir #032509

Tints of Deep Fir #032509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 75.51%

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

R = 6.12%
G = 75.51%
B = 18.37%

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

#032509 (or 0x032509) is known color: Deep Fir. HEX triplet: 03, 25 and 09. RGB value is (3,37,9). Sum of RGB (Red+Green+Blue) = 3+37+9=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 37 (14.84% from 255 or 75.51% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 37 - color contains mainly: green. Hex color #032509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032509 is #FCDAF6. Grayscale: #171717. Windows color (decimal): -16571127 or 599299. OLE color: 599299.

HSL color Cylindrical-coordinate representation of color #032509: hue angle of 130.59º 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 #032509 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB 3 37 9 -
CMYK 0.92 0 0.76 0.85
HSL 130.59º 0.85% 0.08% -
HSV(B) 130.59º 0.92% 0.15% -
XYZ 0.75 1.36 0.48 -
YUV 23.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 3 37 9 0.92 0 0.76 0.85 130.59 0.85 0.08
Hex 3 25 9 5C 0 4C 55 83 55 8
Octal 3 45 11 134 0 114 125 203 125 10
Binary 11 100101 1001 1011100 0 1001100 1010101 10000011 1010101 1000

Color Harmonies of #032509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032509

Black with #032509

Text Example


Text Example

White with #032509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032509; }

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

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

background-color css

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

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

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

border-color css

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

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

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