#03300A

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

Shades of Deep Fir #03300A

Tints of Deep Fir #03300A

Color information

#03300A (or 0x03300A) is unknown color: approx Deep Fir. HEX triplet: 03, 30 and 0A. RGB value is (3,48,10). Sum of RGB (Red+Green+Blue) = 3+48+10=61 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.92% from 61); Green value is 48 (19.14% from 255 or 78.69% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 48 - color contains mainly: green. Hex color #03300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03300A is #FCCFF5. Grayscale: #1E1E1E. Windows color (decimal): -16568310 or 667651. OLE color: 667651.

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

Color convert

RGB34810-
CMYK0.9400.790.81
HSL129.33º88.24%10%-
HSV(B)129.33º93.75%18.82%-
XYZ1.152.160.64-
YUV30.21116.59108.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.92%
GREEN value IS 48 (19.14% from 255) = 78.69%
BLUE value IS 10 (4.30% from 255) = 16.39%
R=4.92%
G=78.69%
B=16.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348100.9400.790.81129.3388.2410
Hex330A5E04F518158a
Octal36012136011712120113012
Binary11110000101010111100100111110100011000000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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