#03300E

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

Shades of Deep Fir #03300E

Tints of Deep Fir #03300E

Color information

#03300E (or 0x03300E) is unknown color: approx Deep Fir. HEX triplet: 03, 30 and 0E. RGB value is (3,48,14). Sum of RGB (Red+Green+Blue) = 3+48+14=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 48 (19.14% from 255 or 73.85% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 48 - color contains mainly: green. Hex color #03300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03300E is #FCCFF1. Grayscale: #1E1E1E. Windows color (decimal): -16568306 or 929795. OLE color: 929795.

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

Color convert

RGB34814-
CMYK0.9400.710.81
HSL134.67º88.24%10%-
HSV(B)134.67º93.75%18.82%-
XYZ1.172.160.77-
YUV30.67118.59108.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.62%
GREEN value IS 48 (19.14% from 255) = 73.85%
BLUE value IS 14 (5.86% from 255) = 21.54%
R=4.62%
G=73.85%
B=21.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348140.9400.710.81134.6788.2410
Hex330E5E047518758a
Octal36016136010712120713012
Binary11110000111010111100100011110100011000011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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