Html Css Color HEX #032209 Deep Fir

📋 copy color: '#032209'

red 3 ◦ green 34 ◦ blue 9

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

Shades of Deep Fir #032209

Tints of Deep Fir #032209

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 value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.87

RGB Variations

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

Color information

#032209 (or 0x032209) is known color: 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

RGB 3 34 9 -
CMYK 0.91 0 0.74 0.87
HSL 131.61º 0.84% 0.07% -
HSV(B) 131.61º 0.91% 0.13% -
XYZ 0.66 1.18 0.45 -
YUV 21.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 3 34 9 0.91 0 0.74 0.87 131.61 0.84 0.07
Hex 3 22 9 5B 0 4A 57 84 54 7
Octal 3 42 11 133 0 112 127 204 124 7
Binary 11 100010 1001 1011011 0 1001010 1010111 10000100 1010100 111

Color Harmonies of #032209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032209

Black with #032209

Text Example


Text Example

White with #032209

Text Example


Text Example

HTML Codes & Css Web 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>