#03300C

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

Shades of Deep Fir #03300C

Tints of Deep Fir #03300C

Color information

#03300C (or 0x03300C) is unknown color: approx Deep Fir. HEX triplet: 03, 30 and 0C. RGB value is (3,48,12). Sum of RGB (Red+Green+Blue) = 3+48+12=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 48 (19.14% from 255 or 76.19% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 48 - color contains mainly: green. Hex color #03300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03300C is #FCCFF3. Grayscale: #1E1E1E. Windows color (decimal): -16568308 or 798723. OLE color: 798723.

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

Color convert

RGB34812-
CMYK0.9400.750.81
HSL132º88.24%10%-
HSV(B)132º93.75%18.82%-
XYZ1.162.160.7-
YUV30.44117.59108.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.76%
GREEN value IS 48 (19.14% from 255) = 76.19%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=4.76%
G=76.19%
B=19.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348120.9400.750.8113288.2410
Hex330C5E04B518458a
Octal36014136011312120413012
Binary11110000110010111100100101110100011000010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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