#03330C

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

Shades of Deep Fir #03330C

Tints of Deep Fir #03330C

Color information

#03330C (or 0x03330C) is unknown color: approx Deep Fir. HEX triplet: 03, 33 and 0C. RGB value is (3,51,12). Sum of RGB (Red+Green+Blue) = 3+51+12=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 51 (20.31% from 255 or 77.27% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 51 - color contains mainly: green. Hex color #03330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03330C is #FCCCF3. Grayscale: #202020. Windows color (decimal): -16567540 or 799491. OLE color: 799491.

HSL color Cylindrical-coordinate representation of color #03330C: hue angle of 131.25º 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 #03330C is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB35112-
CMYK0.9400.760.8
HSL131.25º88.89%10.59%-
HSV(B)131.25º94.12%20%-
XYZ1.292.410.75-
YUV32.2116.6107.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 51 (20.31% from 255) = 77.27%
BLUE value IS 12 (5.08% from 255) = 18.18%
R=4.55%
G=77.27%
B=18.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351120.9400.760.8131.2588.8910.59
Hex333C5E04C508359b
Octal36314136011412020313113
Binary11110011110010111100100110010100001000001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03330C; }

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

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

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

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

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

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

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

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