#03380C

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

Shades of Deep Fir #03380C

Tints of Deep Fir #03380C

Color information

#03380C (or 0x03380C) is unknown color: approx Deep Fir. HEX triplet: 03, 38 and 0C. RGB value is (3,56,12). Sum of RGB (Red+Green+Blue) = 3+56+12=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 56 (22.27% from 255 or 78.87% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 56 - color contains mainly: green. Hex color #03380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03380C is #FCC7F3. Grayscale: #232323. Windows color (decimal): -16566260 or 800771. OLE color: 800771.

HSL color Cylindrical-coordinate representation of color #03380C: hue angle of 130.19º 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 #03380C is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB35612-
CMYK0.9500.790.78
HSL130.19º89.83%11.57%-
HSV(B)130.19º94.64%21.96%-
XYZ1.522.870.82-
YUV35.14114.94105.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.23%
GREEN value IS 56 (22.27% from 255) = 78.87%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=4.23%
G=78.87%
B=16.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal356120.9500.790.78130.1989.8311.57
Hex338C5F04F4E825ac
Octal37014137011711620213214
Binary11111000110010111110100111110011101000001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03380C; }

 p { color: rgb(3,56,12); }

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

<style>
 a { background-color: #03380C; }

 a { background-color: rgb(3,56,12); }

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

<style>
 span { border-color: #03380C; }

 span { border-color: rgb(3,56,12); }

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