#03300D

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

Shades of Deep Fir #03300D

Tints of Deep Fir #03300D

Color information

#03300D (or 0x03300D) is unknown color: approx Deep Fir. HEX triplet: 03, 30 and 0D. RGB value is (3,48,13). Sum of RGB (Red+Green+Blue) = 3+48+13=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 48 (19.14% from 255 or 75% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 48 - color contains mainly: green. Hex color #03300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03300D is #FCCFF2. Grayscale: #1E1E1E. Windows color (decimal): -16568307 or 864259. OLE color: 864259.

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

Color convert

RGB34813-
CMYK0.9400.730.81
HSL133.33º88.24%10%-
HSV(B)133.33º93.75%18.82%-
XYZ1.172.160.74-
YUV30.55118.09108.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 48 (19.14% from 255) = 75%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=4.69%
G=75%
B=20.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348130.9400.730.81133.3388.2410
Hex330D5E049518558a
Octal36015136011112120513012
Binary11110000110110111100100100110100011000010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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