#033109

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

Shades of Deep Fir #033109

Tints of Deep Fir #033109

Color information

#033109 (or 0x033109) is unknown color: approx Deep Fir. HEX triplet: 03, 31 and 09. RGB value is (3,49,9). Sum of RGB (Red+Green+Blue) = 3+49+9=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 49 (19.53% from 255 or 80.33% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 49 - color contains mainly: green. Hex color #033109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033109 is #FCCEF6. Grayscale: #1E1E1E. Windows color (decimal): -16568055 or 602371. OLE color: 602371.

HSL color Cylindrical-coordinate representation of color #033109: hue angle of 127.83º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033109 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB3499-
CMYK0.9400.820.81
HSL127.83º88.46%10.2%-
HSV(B)127.83º93.88%19.22%-
XYZ1.192.240.63-
YUV30.69115.76108.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 49 (19.53% from 255) = 80.33%
BLUE value IS 9 (3.91% from 255) = 14.75%
R=4.92%
G=80.33%
B=14.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal34990.9400.820.81127.8388.4610.2
Hex33195E052518058a
Octal36111136012212120013012
Binary11110001100110111100101001010100011000000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033109; }

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

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

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

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

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

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

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

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