Html Css Color HEX #032809 Deep Fir

📋 copy color: '#032809'

red 3 ◦ green 40 ◦ blue 9

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

Shades of Deep Fir #032809

Tints of Deep Fir #032809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 76.92%

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

R = 5.77%
G = 76.92%
B = 17.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#032809 (or 0x032809) is known color: Deep Fir. HEX triplet: 03, 28 and 09. RGB value is (3,40,9). Sum of RGB (Red+Green+Blue) = 3+40+9=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 40 (16.02% from 255 or 76.92% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 40 - color contains mainly: green. Hex color #032809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032809 is #FCD7F6. Grayscale: #191919. Windows color (decimal): -16570359 or 600067. OLE color: 600067.

HSL color Cylindrical-coordinate representation of color #032809: hue angle of 129.73º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032809 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB 3 40 9 -
CMYK 0.93 0 0.78 0.84
HSL 129.73º 0.86% 0.08% -
HSV(B) 129.73º 0.93% 0.16% -
XYZ 0.85 1.56 0.51 -
YUV 25.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 3 40 9 0.93 0 0.78 0.84 129.73 0.86 0.08
Hex 3 28 9 5D 0 4E 54 82 56 8
Octal 3 50 11 135 0 116 124 202 126 10
Binary 11 101000 1001 1011101 0 1001110 1010100 10000010 1010110 1000

Color Harmonies of #032809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032809

Black with #032809

Text Example


Text Example

White with #032809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032809; }

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

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

background-color css

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

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

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

border-color css

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

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

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