#03390A

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

Shades of Deep Fir #03390A

Tints of Deep Fir #03390A

Color information

#03390A (or 0x03390A) is unknown color: approx Deep Fir. HEX triplet: 03, 39 and 0A. RGB value is (3,57,10). Sum of RGB (Red+Green+Blue) = 3+57+10=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 57 (22.66% from 255 or 81.43% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 57 - color contains mainly: green. Hex color #03390A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03390A is #FCC6F5. Grayscale: #232323. Windows color (decimal): -16566006 or 669955. OLE color: 669955.

HSL color Cylindrical-coordinate representation of color #03390A: hue angle of 127.78º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03390A is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB35710-
CMYK0.9500.820.78
HSL127.78º90%11.76%-
HSV(B)127.78º94.74%22.35%-
XYZ1.562.970.78-
YUV35.5113.61104.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 57 (22.66% from 255) = 81.43%
BLUE value IS 10 (4.30% from 255) = 14.29%
R=4.29%
G=81.43%
B=14.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal357100.9500.820.78127.789011.76
Hex339A5F0524E805ac
Octal37112137012211620013214
Binary11111001101010111110101001010011101000000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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