#03300F

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

Shades of Deep Fir #03300F

Tints of Deep Fir #03300F

Color information

#03300F (or 0x03300F) is unknown color: approx Deep Fir. HEX triplet: 03, 30 and 0F. RGB value is (3,48,15). Sum of RGB (Red+Green+Blue) = 3+48+15=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #03300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03300F is #FCCFF0. Grayscale: #1E1E1E. Windows color (decimal): -16568305 or 995331. OLE color: 995331.

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

Color convert

RGB34815-
CMYK0.9400.690.81
HSL136º88.24%10%-
HSV(B)136º93.75%18.82%-
XYZ1.182.170.81-
YUV30.78119.09108.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 48 (19.14% from 255) = 72.73%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=4.55%
G=72.73%
B=22.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348150.9400.690.8113688.2410
Hex330F5E045518858a
Octal36017136010512121013012
Binary11110000111110111100100010110100011000100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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