#033309

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

Shades of Deep Fir #033309

Tints of Deep Fir #033309

Color information

#033309 (or 0x033309) is unknown color: approx Deep Fir. HEX triplet: 03, 33 and 09. RGB value is (3,51,9). Sum of RGB (Red+Green+Blue) = 3+51+9=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 51 (20.31% from 255 or 80.95% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 51 - color contains mainly: green. Hex color #033309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033309 is #FCCCF6. Grayscale: #1F1F1F. Windows color (decimal): -16567543 or 602883. OLE color: 602883.

HSL color Cylindrical-coordinate representation of color #033309: hue angle of 127.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033309 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB3519-
CMYK0.9400.820.8
HSL127.5º88.89%10.59%-
HSV(B)127.5º94.12%20%-
XYZ1.272.410.66-
YUV31.86115.1107.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.76%
GREEN value IS 51 (20.31% from 255) = 80.95%
BLUE value IS 9 (3.91% from 255) = 14.29%
R=4.76%
G=80.95%
B=14.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal35190.9400.820.8127.588.8910.59
Hex33395E052508059b
Octal36311136012212020013113
Binary11110011100110111100101001010100001000000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033309; }

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

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

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

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

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

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

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

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