#03380D

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

Shades of Deep Fir #03380D

Tints of Deep Fir #03380D

Color information

#03380D (or 0x03380D) is unknown color: approx Deep Fir. HEX triplet: 03, 38 and 0D. RGB value is (3,56,13). Sum of RGB (Red+Green+Blue) = 3+56+13=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 56 (22.27% from 255 or 77.78% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 56 - color contains mainly: green. Hex color #03380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03380D is #FCC7F2. Grayscale: #232323. Windows color (decimal): -16566259 or 866307. OLE color: 866307.

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

Color convert

RGB35613-
CMYK0.9500.770.78
HSL131.32º89.83%11.57%-
HSV(B)131.32º94.64%21.96%-
XYZ1.522.880.86-
YUV35.25115.44105-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.17%
GREEN value IS 56 (22.27% from 255) = 77.78%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=4.17%
G=77.78%
B=18.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal356130.9500.770.78131.3289.8311.57
Hex338D5F04D4E835ac
Octal37015137011511620313214
Binary11111000110110111110100110110011101000001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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